Change to use correct osf feature macro.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 14 Feb 1993 23:03:51 +0000 (23:03 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 14 Feb 1993 23:03:51 +0000 (23:03 +0000)
v7/src/microcode/ux.h

index 99c7e6f7762edba87fd7ec97408f7c2329da51f4..477cb9d665e559132caea3ddba80f4ae95068209 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ux.h,v 1.40 1993/02/06 05:42:05 gjr Exp $
+$Id: ux.h,v 1.41 1993/02/14 23:03:51 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -176,7 +176,7 @@ extern void EXFUN (error_system_call, (int code, enum syscall_names name));
 
 #ifdef _POSIX
 
-#ifdef _osf
+#ifdef __osf__
 #  include <sys/time.h>
 #  include <sys/ioctl.h>
 #endif