projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9284f0f
)
Add primitive to allow unix systems to detect file-system type. This
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 23 Apr 1996 20:58:11 +0000
(20:58 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 4051017ebbbdcf4a455430aa80f6d029a7917a81..0076bb389095ca9e518253b236688b22bd953516 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.6
3 1996/04/23 20:42:4
1 cph Exp $
+$Id: ux.h,v 1.6
4 1996/04/23 20:58:1
1 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 */