aboutsummaryrefslogtreecommitdiff
path: root/lang/nawk/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-30 08:46:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-30 08:46:35 +0000
commit444f4d75d80bfe83aef7b9396e64ade4f922a8e8 (patch)
tree3ddb0531e4785ac343c64f8dcf224101b31fde8d /lang/nawk/files
parent0d11b67818fb4585dd188b9bf310333265e0d8ed (diff)
downloadports-444f4d75d80bfe83aef7b9396e64ade4f922a8e8.tar.gz
ports-444f4d75d80bfe83aef7b9396e64ade4f922a8e8.zip
Notes
Diffstat (limited to 'lang/nawk/files')
-rw-r--r--lang/nawk/files/patch-ba20
1 files changed, 2 insertions, 18 deletions
diff --git a/lang/nawk/files/patch-ba b/lang/nawk/files/patch-ba
index c0e185ef94fd..7b5724ec3ef3 100644
--- a/lang/nawk/files/patch-ba
+++ b/lang/nawk/files/patch-ba
@@ -1,5 +1,5 @@
---- b.c.orig Fri Nov 29 06:56:01 2002
-+++ b.c Wed Dec 11 20:43:35 2002
+--- b.c.orig Sun Sep 24 17:18:38 2000
++++ b.c Fri Nov 3 01:59:32 2000
@@ -27,6 +27,9 @@
#define DEBUG
@@ -10,19 +10,3 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-@@ -714,6 +717,7 @@
- * must be less than twice the size of their full name.
- */
-
-+#ifndef __FreeBSD__
- /* and because isblank doesn't show up in any of the header files on any
- * system i use, it's defined here. if some other locale has a richer
- * definition of "blank", sorry about that.
-@@ -723,6 +727,7 @@
- {
- return c==' ' || c=='\t';
- }
-+#endif
-
- struct charclass {
- const char *cc_name;