f7cd1cc669
- add MASTER_SITE_PACKETSTORM as backup - sync license to reality - NO_REGRESS - stylize - rename patches - sprinkle $OpenBSD$ - regen PLIST - take over maintainership (this ok dugsong@)
14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
$OpenBSD: patch-includes_h,v 1.1 2002/03/24 07:44:53 jsyn Exp $
|
|
--- includes.h-orig Mon May 31 12:59:37 1999
|
|
+++ includes.h Mon May 31 13:00:13 1999
|
|
@@ -565,6 +565,9 @@
|
|
#include <netinet/tcp.h>
|
|
#define NO_GETSPNAM
|
|
#define SIGNAL_CAST (void (*)())
|
|
+#ifndef QSORT_CAST
|
|
+#define QSORT_CAST (int (*)(const void *, const void *))
|
|
+#endif /* QSORT_CAST */
|
|
#define USE_DIRECT
|
|
#define REPLACE_INNETGR
|
|
#define HAVE_BZERO
|