From: Guillermo J. Rozas Date: Sat, 29 Aug 1992 13:39:07 +0000 (+0000) Subject: Fix bug in last edit: I interpreted the diff incorrectly. X-Git-Tag: 20090517-FFI~9032 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9995158042cee025830f3ccbf29ed1bc1f2158f8;p=mit-scheme.git Fix bug in last edit: I interpreted the diff incorrectly. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 65b15a60b..21d8b609e 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.36 1992/08/29 13:36:41 jinx Exp $ +$Id: ux.h,v 1.37 1992/08/29 13:39:07 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -179,6 +179,7 @@ extern void EXFUN (error_system_call, (int code, enum syscall_names name)); #ifdef _osf # include # include +# define HAVE_FTRUNCATE #endif #ifdef sonyrisc @@ -349,9 +350,7 @@ extern void EXFUN (error_system_call, (int code, enum syscall_names name)); #define HAVE_SIGCONTEXT #define HAVE_SOCKETS #define HAVE_SYMBOLIC_LINKS -#ifndef __osf__ #define HAVE_TRUNCATE -#endif #define HAVE_UNIX_SOCKETS #define HAVE_VFORK