repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
audacity
/
patches
/
patch-aa
blob
03f2e998b6f4e7998a35028a0adb2d002761549c
1
$NetBSD$
2
3
--- lib-src/libnyquist/cmt/cext.h.orig Sat Mar 6 16:02:24 2004
4
+++ lib-src/libnyquist/cmt/cext.h
5
@@ -52,6 +52,8 @@ EXIT(n) -- calls exit(n) after shutting
6
7
#if HAS_SYS_TYPES_H
8
#include <sys/types.h>
9
+#define ulong u_long
10
+#undef NEED_ULONG
11
#endif
12
13
#if HAS_MALLOC_H