diff options
Diffstat (limited to 'lang/p2c/patches/patch-ab')
-rw-r--r-- | lang/p2c/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/p2c/patches/patch-ab b/lang/p2c/patches/patch-ab new file mode 100644 index 00000000000..dce41e628bb --- /dev/null +++ b/lang/p2c/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/01/31 03:47:27 jwise Exp $ +--- p2clib.c.orig Fri Jan 29 15:12:01 1999 ++++ p2clib.c Fri Jan 29 15:11:31 1999 +@@ -8,6 +8,7 @@ + */ + + ++#include <limits.h> + #include "p2c.h" + + |