From: Chris Hanson Date: Tue, 23 Apr 1996 20:58:11 +0000 (+0000) Subject: Add primitive to allow unix systems to detect file-system type. This X-Git-Tag: 20090517-FFI~5604 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=046b86594e3a6242bfef14709949f1e15bf93f29;p=mit-scheme.git 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. --- 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 */