From 046b86594e3a6242bfef14709949f1e15bf93f29 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 23 Apr 1996 20:58:11 +0000 Subject: [PATCH] Add primitive to allow unix systems to detect file-system type. This is particularly useful on systems like Linux which support many file-system types. --- v7/src/microcode/ux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 4051017eb..0076bb389 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.63 1996/04/23 20:42:41 cph Exp $ +$Id: ux.h,v 1.64 1996/04/23 20:58:11 cph Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -239,6 +239,7 @@ extern int EXFUN (kill, (pid_t, int)); #define HAVE_POSIX_SIGNALS #define HAVE_WAITPID #define VOID_SIGNAL_HANDLERS +#define HAVE_STATFS #endif /* _HPUX_VERSION */ -- 2.25.1