diff --git a/bin/9c b/bin/9c index c3940353..d7df56eb 100755 --- a/bin/9c +++ b/bin/9c @@ -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__" ;;