ossp-pkg/l2/l2_ut_sa.h 1.14 -> 1.15
--- l2_ut_sa.h 2002/10/11 16:00:48 1.14
+++ l2_ut_sa.h 2002/10/21 15:14:04 1.15
@@ -42,7 +42,7 @@
#include "l2_config.h"
/* fallback for POSIX socklen_t */
-#if defined(HAVE_CONFIG_H) && !defined(HAVE_SOCKLEN_T)
+#if !defined(HAVE_SOCKLEN_T)
typedef int socklen_t;
#endif
|
|