define __Linux24__ for mount-Linux.c in vbackup

This commit is contained in:
rsc 2006-05-05 15:29:07 +00:00
parent cd14fd5f81
commit f7954492d5

3
bin/9c
View file

@ -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__"
;;