From 43e40819d20905781f0a5226ee08a881de07f375 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Jun 1995 23:47:45 +0000 Subject: [PATCH] Linux has `ftruncate'. --- v7/src/microcode/ux.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 409ace2e7..83b53ba49 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.61 1994/02/15 20:04:27 cph Exp $ +$Id: ux.h,v 1.62 1995/06/29 23:47:45 cph Exp $ Copyright (c) 1988-94 Massachusetts Institute of Technology @@ -278,8 +278,9 @@ extern int EXFUN (kill, (pid_t, int)); #define HAVE_VFORK #ifdef __linux -#include #define SYSTEM_VARIANT "Linux" +#include +#define HAVE_FTRUNCATE #endif #ifdef _ULTRIX -- 2.25.1