From: Guillermo J. Rozas Date: Sat, 29 Aug 1992 13:36:41 +0000 (+0000) Subject: OSF does not have truncate, apparently. X-Git-Tag: 20090517-FFI~9033 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b6f60111041735f334e42e78fa3fa77fef60ddae;p=mit-scheme.git OSF does not have truncate, apparently. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 93130552c..65b15a60b 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.35 1992/08/29 13:08:29 jinx Exp $ +$Id: ux.h,v 1.36 1992/08/29 13:36:41 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -349,7 +349,9 @@ 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