Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
$NetBSD: patch-ac,v 1.2 1998/08/07 11:10:58 agc Exp $
--- libident/ident.h 1998/06/11 13:09:45 1.1
+++ libident/ident.h 1998/06/11 13:11:24
@@ -22,13 +22,13 @@
* Sigh, GCC v2 complains when using undefined struct tags
* in function prototypes...
*/
-#if defined(__GNUC__) && !defined(IPPROTO_IP)
+#if defined(__GNUC__) && !defined(IPPROTO_IP) && !defined(__NetBSD__)
# define __STRUCT_IN_ADDR_P void *
#else
# define __STRUCT_IN_ADDR_P struct in_addr *
#endif
-#if defined(__GNUC__) && !defined(DST_NONE)
+#if defined(__GNUC__) && !defined(DST_NONE) && !defined(__NetBSD__)
# define __STRUCT_TIMEVAL_P void *
#else
# define __STRUCT_TIMEVAL_P struct timeval *