match Linux 2.6 kernel better

This commit is contained in:
rsc 2004-12-24 07:12:30 +00:00
parent 0344d5bed1
commit fa267621f8

2
bin/9c
View file

@ -28,7 +28,7 @@ case "$tag" in
*HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;;
*Linux*) usegcc
case "`uname -r`" in
2.6*)
2.6.*)
cflags="$cflags -D__Linux26__"
;;
esac