2 changed files with 32 additions and 4 deletions
@ -0,0 +1,22 @@
|
||||
--- apg.c.org Tue Feb 11 15:11:31 2003
|
||||
+++ apg.c Tue Feb 11 15:10:52 2003
|
||||
@@ -132,7 +132,7 @@
|
||||
#endif /* APG_USE_CRYPT */
|
||||
#endif /* CLISERV */
|
||||
#ifdef CLISERV
|
||||
-#ifdef sgi /* Thanks to Andrew J. Caird */
|
||||
+#ifdef NEED_SOCKLEN_T /* Thanks to Andrew J. Caird */
|
||||
typedef unsigned int socklen_t;
|
||||
#endif
|
||||
socklen_t len;
|
||||
--- Makefile.org Tue Feb 11 15:32:34 2003
|
||||
+++ Makefile Tue Feb 11 15:32:50 2003
|
||||
@@ -6,7 +6,7 @@
|
||||
##################################################################
|
||||
# Compilation flags
|
||||
# You should comment the line below for AIX+native cc
|
||||
-FLAGS = -Wall
|
||||
+FLAGS = -Wall ${CFLAGS}
|
||||
|
||||
##################################################################
|
||||
# Libraries
|
Loading…
Reference in new issue