projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f2961
)
fixed version checking for 2.2 kernels
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 27 Aug 2001 21:05:36 +0000
(21:05 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 27 Aug 2001 21:05:36 +0000
(21:05 +0000)
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index 7baf131477c36121e81c474cc2fc246fe726dec5..34739107095aaae2e4ff702720ea0c7205fafff3 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-7,7
+7,7
@@
#include <linux/version.h>
-#if LINUX_VERSION_CODE < 0x020
4
00
+#if LINUX_VERSION_CODE < 0x020
2
00
/* no fasync */
#define KILL_FASYNC(a,b,c)
#else