fixed comment.

pull/7/head
Oliver Hartkopp 2008-06-11 16:38:00 +00:00
parent 4c7d5e434f
commit 278344e5d5
1 changed files with 2 additions and 2 deletions

4
vcan.c
View File

@ -30,8 +30,8 @@
#ifndef IFLA_LINKINFO
#error Your kernel includes do not provide the needed netlink interface function.
#error This is a normal behaviour for Kernel versions < v2.6.24 .
#error You don't need this tool for Kernel versions < v2.6.24 anyway, as
#error This is a normal behaviour for Kernel versions below v2.6.24 .
#error You do not need this tool for Kernel versions below v2.6.24 anyway as
#error the number of vcan driver instances can be defined as a vcan.ko module
#error commandline parameter (default = 4) in older Kernels.
#endif