aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-05-05 15:29:07 +0000
committerrsc <devnull@localhost>2006-05-05 15:29:07 +0000
commitf7954492d567f540e070a82068b9f15657bd6d48 (patch)
treed811933ad5fb7988d8679a34cdf19784dd204f04 /bin/9c
parentcd14fd5f81596287493e46fe0045c04030c3ed4d (diff)
downloadplan9port-f7954492d567f540e070a82068b9f15657bd6d48.tar.gz
plan9port-f7954492d567f540e070a82068b9f15657bd6d48.tar.bz2
plan9port-f7954492d567f540e070a82068b9f15657bd6d48.zip
define __Linux24__ for mount-Linux.c in vbackup
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__"
;;