From: Stathis Kamperis Date: Mon, 16 Aug 2010 17:19:10 +0000 (+0300) Subject: awk: Remove local patch, it's fixed upstream X-Git-Tag: v2.9.0~498 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/10ee9db14c2ed2a29c4da6ff45375d7554bace7e awk: Remove local patch, it's fixed upstream --- diff --git a/usr.bin/awk/patches/lib.c.patch b/usr.bin/awk/patches/lib.c.patch deleted file mode 100644 index f262cb06eb..0000000000 --- a/usr.bin/awk/patches/lib.c.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/contrib/awk20070501/lib.c b/contrib/awk20070501/lib.c -index c306910..c8c4ca0 100644 ---- a/contrib/awk20070501/lib.c -+++ b/contrib/awk20070501/lib.c -@@ -40,7 +40,7 @@ char *fields; - 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 */