aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/9c b/bin/9c
index c3940353..d7df56eb 100755
--- a/bin/9c
+++ b/bin/9c
@@ -35,6 +35,9 @@ case "$tag" in
;;
esac
case "${SYSVERSION:-`uname -r`}" in
+ 2.4.*)
+ cflags="$cflags -D__Linux24__"
+ ;;
2.6.*)
cflags="$cflags -D__Linux26__"
;;