]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Oops, socklen_t is defined in all NetBSD versions *after* 1.3J, not *before*.
authorTed Lemon <source@isc.org>
Sun, 18 Feb 2001 06:52:30 +0000 (06:52 +0000)
committerTed Lemon <source@isc.org>
Sun, 18 Feb 2001 06:52:30 +0000 (06:52 +0000)
includes/cf/netbsd.h

index 042813ba308f00232504f73c337f3eec2f89baa3..facc38f519e02ae8db40f36a46a9da9c75b3fab8 100644 (file)
@@ -102,7 +102,7 @@ extern int h_errno;
 #endif
 
 /* NetBSD added socklen_t in 1.3J, just prior to the 1.4 release. */
-#if __NetBSD_Version__ > 103090000
+#if __NetBSD_Version__ < 103090000
 #define SOCKLEN_T int
 #endif