summaryrefslogtreecommitdiff
path: root/zwgc/file.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
commitce6018836c422c86a729ba39fe5433ec11b87b02 (patch)
treecc2e6601489384fcf41e0565e8906822897b46c8 /zwgc/file.c
parentac16f380e349fa39ec7e26bccb5456cb300006a5 (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'zwgc/file.c')
-rw-r--r--zwgc/file.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zwgc/file.c b/zwgc/file.c
index 2f048dd..39067cf 100644
--- a/zwgc/file.c
+++ b/zwgc/file.c
@@ -12,15 +12,14 @@
* "mit-copyright.h".
*/
+#include <sysdep.h>
+
#if (!defined(lint) && !defined(SABER))
-static char rcsid_file_c[] = "$Id$";
+static const char rcsid_file_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <stdio.h>
#include <pwd.h>
#include "new_memory.h"
#include "new_string.h"