aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9c b/bin/9c
index 19bb6ebe..5ee8f47a 100755
--- a/bin/9c
+++ b/bin/9c
@@ -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