summaryrefslogtreecommitdiff
path: root/sci-physics/cernlib/files/cernlib-2006-fgets.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/cernlib/files/cernlib-2006-fgets.patch')
-rw-r--r--sci-physics/cernlib/files/cernlib-2006-fgets.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-physics/cernlib/files/cernlib-2006-fgets.patch b/sci-physics/cernlib/files/cernlib-2006-fgets.patch
deleted file mode 100644
index e42eaf833b35..000000000000
--- a/sci-physics/cernlib/files/cernlib-2006-fgets.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/packlib/cspack/tcpaw/tcpaw.c.old 2011-01-30 21:18:35.326089059 +0000
-+++ src/packlib/cspack/tcpaw/tcpaw.c 2011-01-30 21:18:01.876081979 +0000
-@@ -984,7 +984,7 @@
- int s, addrlen;
- int sx, nn = 0; /* REXEC */
- #ifndef IBM
-- char get[50], *getp = get; /* REXEC */
-+ char get[80], *getp = get; /* REXEC */
- #endif /*^IBM */
- char sys[30];
- register int i, j, k;
-@@ -1036,7 +1036,7 @@
- char buff[100];
- char *get;
- char *getp;
-- char getbuf[50]; /* REXEC */
-+ char getbuf[80]; /* REXEC */
- getp = getbuf; /* REXEC */
- get = getbuf; /* REXEC */
- /* j = 80; */ /* (crude kludge) length of srvc in Fortran */