aboutsummaryrefslogtreecommitdiff
path: root/lang/nawk/files/patch-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/nawk/files/patch-lib.c')
-rw-r--r--lang/nawk/files/patch-lib.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/nawk/files/patch-lib.c b/lang/nawk/files/patch-lib.c
deleted file mode 100644
index e29449c4ef8d..000000000000
--- a/lang/nawk/files/patch-lib.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib.c.orig Tue Jul 3 15:00:23 2007
-+++ lib.c Tue Jul 3 15:00:28 2007
-@@ -40,7 +40,7 @@
- int fieldssize = RECSIZE;
-
- Cell **fldtab; /* pointers to Cells */
--char inputFS[10] = " ";
-+char inputFS[100] = " ";
-
- #define MAXFLD 2
- int nfields = MAXFLD; /* last allocated slot for $i */