Add primitive to allow unix systems to detect file-system type. This
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 Apr 1996 20:58:11 +0000 (20:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 Apr 1996 20:58:11 +0000 (20:58 +0000)
is particularly useful on systems like Linux which support many
file-system types.

v7/src/microcode/ux.h

index 4051017ebbbdcf4a455430aa80f6d029a7917a81..0076bb389095ca9e518253b236688b22bd953516 100644 (file)
@@ -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 */