summaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
authorRob Browning <rlb@cs.utexas.edu>1997-12-12 17:29:42 -0600
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:24 -0800
commitf64b2806c1d66a1341bb8b1491f384169ab1d65f (patch)
tree8b97dbe3640c60927959b0e63461ef9fcae591e0 /unix.c
parent6dcb175d7f34d9f5a0b3ba623f94454ec16a73d6 (diff)
parent1edcb9b62a1a520eddae8403c19d841c9b18737f (diff)
downloadscm-f64b2806c1d66a1341bb8b1491f384169ab1d65f.tar.gz
scm-f64b2806c1d66a1341bb8b1491f384169ab1d65f.zip
Import Debian changes 5b3-1debian/5b3-1
scm (5b3-1) unstable; urgency=low * New maintainer * New version * libc6
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 4437189..1aefd22 100644
--- a/unix.c
+++ b/unix.c
@@ -49,6 +49,7 @@
/* #include <sys/wait.h> */
#include <sys/stat.h>
+
SCM stat2scm P((struct stat *stat_temp));
#ifndef STDC_HEADERS
@@ -57,6 +58,10 @@ SCM stat2scm P((struct stat *stat_temp));
int readlink P((const char *path, char *buf, sizet bufsiz));
int acct P((const char *filename));
int nice P((int inc));
+#else /* added by Denys Duchier: for acct, etc... */
+# ifdef SVR4
+# include <unistd.h>
+# endif
#endif /* STDC_HEADERS */
/* Only the superuser can successfully execute mknod and acct */