Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
22 lignes
681 B
22 lignes
681 B
--- 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
|
|
|