define __Linux24__ for mount-Linux.c in vbackup
This commit is contained in:
parent
cd14fd5f81
commit
f7954492d5
1 changed files with 3 additions and 0 deletions
3
bin/9c
3
bin/9c
|
|
@ -35,6 +35,9 @@ case "$tag" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
case "${SYSVERSION:-`uname -r`}" in
|
case "${SYSVERSION:-`uname -r`}" in
|
||||||
|
2.4.*)
|
||||||
|
cflags="$cflags -D__Linux24__"
|
||||||
|
;;
|
||||||
2.6.*)
|
2.6.*)
|
||||||
cflags="$cflags -D__Linux26__"
|
cflags="$cflags -D__Linux26__"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue