summaryrefslogtreecommitdiff
path: root/misc/logsurfer/files/patch-ad
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2003-11-05 23:27:14 +0000
committerAnders Nordby <anders@FreeBSD.org>2003-11-05 23:27:14 +0000
commit8548a2aad91e47b4c3bd010e2496fbdc5c90a59b (patch)
treeb6e895e11eff5fc29b80695694f8dc9ca04244ec /misc/logsurfer/files/patch-ad
parentUpdate to 1.0.5. (diff)
Update to 1.5b.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=93198
Diffstat (limited to '')
-rw-r--r--misc/logsurfer/files/patch-ad10
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 b80977b07e2f..000000000000
--- 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 ) {