You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
453 B

--- apg.c.dist 2003-08-04 11:30:09.000000000 +0200
+++ apg.c 2003-08-04 11:30:33.000000000 +0200
@@ -150,7 +150,7 @@
#endif /* APG_USE_CRYPT */
#endif /* CLISERV */
#ifdef CLISERV
-#if defined(sgi) || defined(__APPLE__) || defined(__QNX__) /* Thanks to Andrew J. Caird */
+#if defined(sgi) || defined(__APPLE__) || defined(__QNX__) || defined(NEED_SOCKLEN_T) /* Thanks to Andrew J. Caird */
typedef unsigned int socklen_t;
#endif
socklen_t len;