diff options
author | rsc <devnull@localhost> | 2006-05-05 15:29:07 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-05-05 15:29:07 +0000 |
commit | f7954492d567f540e070a82068b9f15657bd6d48 (patch) | |
tree | d811933ad5fb7988d8679a34cdf19784dd204f04 | |
parent | cd14fd5f81596287493e46fe0045c04030c3ed4d (diff) | |
download | plan9port-f7954492d567f540e070a82068b9f15657bd6d48.tar.gz plan9port-f7954492d567f540e070a82068b9f15657bd6d48.tar.bz2 plan9port-f7954492d567f540e070a82068b9f15657bd6d48.zip |
define __Linux24__ for mount-Linux.c in vbackup
-rwxr-xr-x | bin/9c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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__" ;; |