chiark / gitweb /
@@ -3,6 +3,10 @@
authorian <ian>
Thu, 25 Jan 2001 00:20:28 +0000 (00:20 +0000)
committerian <ian>
Thu, 25 Jan 2001 00:20:28 +0000 (00:20 +0000)
commit9c66781b8a9dd60bb3e23f9813700897e3bf8200
tree59e59a60289b12275b4afe6cf321e3b2816caf78
parent9a32edf5db3a4d321f030ed22c95ab8e8387fadb
@@ -3,6 +3,10 @@
+  * #include <fcntl.h>, not <sys/fcntl.h> (fixes some implicit decls).
+  * gid_t may be >int, so cast to long when putting in USERV_GIDS
+    (Might conceivably make USERV_GIDS be wrong on some platforms.)
+  * Do not pass char to ctype macros; they can't cope with -ve !
both.h
client.c
debian/changelog
parser.c
process.c
servexec.c