freebsd-ports/net-mgmt/argus3-clients/files/patch-common::argus_util.c
Stefan Eßer 556f23dbc0 Create new port for version 3 of the argus client utilities.
The utilities for argus version 2 are not compatible and the
old port will be kept as long as there is interest.
2008-04-20 17:33:41 +00:00

12 lines
310 B
C

--- common/argus_util.c~ 2008-02-05 04:37:43.000000000 +0100
+++ common/argus_util.c 2008-02-07 11:32:41.604018124 +0100
@@ -100,6 +100,9 @@
#ifndef AF_INET6
#define AF_INET6 23
#endif
+#if defined(__FreeBSD__) /* should work for NetBSD too */
+#include <sys/limits.h>
+#endif
#ifndef INET6_ADDRSTRLEN