From f86c1699c7946bc2a871c7a61f6f17f819392e24 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Fri, 3 May 2002 16:27:32 +0000 Subject: [PATCH] devfs support introduced in 2.2.18 --- include/linux/devfs_fs_kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/devfs_fs_kernel.h b/include/linux/devfs_fs_kernel.h index f336499b..c37d6bf0 100644 --- a/include/linux/devfs_fs_kernel.h +++ b/include/linux/devfs_fs_kernel.h @@ -7,7 +7,7 @@ #include -#if LINUX_VERSION_CODE < 0x020400 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 18) #define DEVFS_FL_DEFAULT 0 #define DEVFS_SPECIAL_CHR 0 -- 2.26.2