From 4c9e3cc35ffe6fec3740abcc5a82413a9448f3a3 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 14 Feb 1993 23:03:51 +0000 Subject: [PATCH] Change to use correct osf feature macro. --- v7/src/microcode/ux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 99c7e6f77..477cb9d66 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -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 # include #endif -- 2.25.1