chiark
/
gitweb
/
~mdw
/
fwd
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various minor portability fixes.
[fwd]
/
acl.c
diff --git
a/acl.c
b/acl.c
index a7e448e5f94f43edc0cc8fd1c4eca113a87e9a14..059ec9c90052264d910a75eb6b113df96a06665c 100644
(file)
--- a/
acl.c
+++ b/
acl.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: acl.c,v 1.
2 1999/07/26 23:28:15
mdw Exp $
+ * $Id: acl.c,v 1.
3 1999/07/27 18:30:53
mdw Exp $
*
* Access control list handling
*
*
* Access control list handling
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: acl.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: acl.c,v $
+ * Revision 1.3 1999/07/27 18:30:53 mdw
+ * Various minor portability fixes.
+ *
* Revision 1.2 1999/07/26 23:28:15 mdw
* Minor modifications for new design.
*
* Revision 1.2 1999/07/26 23:28:15 mdw
* Minor modifications for new design.
*
@@
-46,6
+49,9
@@
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
+#include <unistd.h>
+
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>