diff options
author | agc <agc> | 2003-02-05 09:58:04 +0000 |
---|---|---|
committer | agc <agc> | 2003-02-05 09:58:04 +0000 |
commit | 889def4ea75b6f11e9347f1b1993358e5bd01114 (patch) | |
tree | 4b6adb4bb99fed65c48940aecab20ec220902523 /ham/dpbox/patches | |
parent | 15489f6ec701090accc9407d8cd0d423581692e8 (diff) | |
download | pkgsrc-889def4ea75b6f11e9347f1b1993358e5bd01114.tar.gz |
Make this compile on -current
Diffstat (limited to 'ham/dpbox/patches')
-rw-r--r-- | ham/dpbox/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/dpbox/patches/patch-ae b/ham/dpbox/patches/patch-ae new file mode 100644 index 00000000000..ec87591f4e1 --- /dev/null +++ b/ham/dpbox/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2003/02/05 09:58:05 agc Exp $ + +--- pastrix.h 2003/02/05 09:53:49 1.1 ++++ pastrix.h 2003/02/05 09:54:31 +@@ -20,6 +20,8 @@ + #include <stdlib.h> + #include <string.h> + ++#include <limits.h> ++ + + /* The following definitions work only on twos-complement machines */ + #ifndef SHORT_MAX |