diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-04 09:01:45 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-04 09:01:45 +0000 |
commit | 457c5426203922b31c61b006a364dcec2d7895b0 (patch) | |
tree | be7773213b2203e53da740a0d3c1bd3bb0c51b56 /lang/nawk/files/patch-lib.c | |
parent | c29f23e3a2dcbcb4c41ddba39bd83e4cf05088dd (diff) | |
download | ports-457c5426203922b31c61b006a364dcec2d7895b0.tar.gz ports-457c5426203922b31c61b006a364dcec2d7895b0.zip |
- Update to 20070501
- Add one fix from src/usr.bin/awk/lib.c.diff rev 1.2
- Normalize DIST_SUBDIR as other ports
PR: ports/114227
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com>
Notes
Notes:
svn path=/head/; revision=194880
Diffstat (limited to 'lang/nawk/files/patch-lib.c')
-rw-r--r-- | lang/nawk/files/patch-lib.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/nawk/files/patch-lib.c b/lang/nawk/files/patch-lib.c new file mode 100644 index 000000000000..e29449c4ef8d --- /dev/null +++ b/lang/nawk/files/patch-lib.c @@ -0,0 +1,11 @@ +--- 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 */ |