mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
$NetBSD: patch-aa,v 1.4 2004/04/20 18:02:16 ben Exp $
|
|
|
|
--- lib-src/libnyquist/cmt/cext.h.orig Sat Mar 6 16:02:24 2004
|
|
+++ lib-src/libnyquist/cmt/cext.h
|
|
@@ -52,6 +52,8 @@ EXIT(n) -- calls exit(n) after shutting
|
|
|
|
#if HAS_SYS_TYPES_H
|
|
#include <sys/types.h>
|
|
+#define ulong u_long
|
|
+#undef NEED_ULONG
|
|
#endif
|
|
|
|
#if HAS_MALLOC_H
|