mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/07/23 15:00:41 taca Exp $
|
|
|
|
--- common.h.orig 2002-01-20 23:20:44.000000000 +0900
|
|
+++ common.h
|
|
@@ -425,3 +425,9 @@
|
|
#endif
|
|
};
|
|
typedef union SockAddrUnion SockAddr;
|
|
+
|
|
+#ifdef __STDC__
|
|
+#define P(c) c
|
|
+#else
|
|
+#define P(c)
|
|
+#endif
|