diff options
author | anders <anders@FreeBSD.org> | 2003-11-05 23:27:14 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-11-05 23:27:14 +0000 |
commit | 0d2794d3014234afb12b2a10a1e31cd4529eb897 (patch) | |
tree | 767a2e740cf23090427209176b204e1b691cadfb /misc/logsurfer+/files | |
parent | c3fd11d2f9ac933dc752ae24ef18f44ff72aee06 (diff) | |
download | FreeBSD-ports-0d2794d3014234afb12b2a10a1e31cd4529eb897.zip FreeBSD-ports-0d2794d3014234afb12b2a10a1e31cd4529eb897.tar.gz |
Update to 1.5b.
Approved by: maintainer
Diffstat (limited to 'misc/logsurfer+/files')
-rw-r--r-- | misc/logsurfer+/files/patch-ad | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/logsurfer+/files/patch-ad b/misc/logsurfer+/files/patch-ad deleted file mode 100644 index b80977b..0000000 --- a/misc/logsurfer+/files/patch-ad +++ /dev/null @@ -1,10 +0,0 @@ ---- src/readcf.c.orig Fri Feb 16 07:45:31 1996 -+++ src/readcf.c Fri May 28 14:28:07 1999 -@@ -112,6 +112,7 @@ - (void) fprintf(stderr, "memory problems reading configfile\n"); - return(1); - } -+ buffer[0]='\0'; - /* dito for one complete configline */ - cfline_size=1024; - if ( (cfline=(char *)malloc(cfline_size)) == NULL ) { |