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:
5e6f6c4
)
Previous changes introduced dependency on "string.h".
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 23 Nov 1987 06:46:36 +0000
(06:46 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 23 Nov 1987 06:46:36 +0000
(06:46 +0000)
v7/src/microcode/pruxfs.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/pruxfs.c
b/v7/src/microcode/pruxfs.c
index eb0bc0f29a28beedd166dafaddf216ad925b54a2..6f3fe8c1ff3e9cef395b68c200eaac6c25ec5d80 100644
(file)
--- a/
v7/src/microcode/pruxfs.c
+++ b/
v7/src/microcode/pruxfs.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/pruxfs.c,v 9.2
3 1987/11/23 06:37:38
cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/pruxfs.c,v 9.2
4 1987/11/23 06:46:36
cph Exp $
Copyright (c) 1987 Massachusetts Institute of Technology
@@
-36,6
+36,7
@@
MIT in each case. */
#include "scheme.h"
#include "primitive.h"
+#include "string.h"
#include <pwd.h>
#include <grp.h>
#include <sys/types.h>