summaryrefslogtreecommitdiff
path: root/extra/sysklogd
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
commitedec45419def1b81bd663a2859684ef55ba56269 (patch)
treecaa3c2d5f4e55b38e7740a39d80a21507679c586 /extra/sysklogd
parent483f7de4ab6a706517279a24d2efc969f4a1996d (diff)
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'extra/sysklogd')
-rw-r--r--extra/sysklogd/sysklogd-debian.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/sysklogd/sysklogd-debian.patch b/extra/sysklogd/sysklogd-debian.patch
deleted file mode 100644
index 0117af5f2..000000000
--- a/extra/sysklogd/sysklogd-debian.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- sysklogd-1.5.orig/syslogd.c
-+++ sysklogd-1.5/syslogd.c
-@@ -2392,7 +2392,7 @@
- if (*p == '\0' || *p == '#')
- continue;
- #if CONT_LINE
-- strcpy(cline, p);
-+ memmove(cline, p, strlen(p)+1);
- #endif
- for (p = strchr(cline, '\0'); isspace(*--p););
- #if CONT_LINE
---- sysklogd-1.5.orig/ksym_mod.c
-+++ sysklogd-1.5/ksym_mod.c
-@@ -189,7 +189,6 @@
- else
- Syslog(LOG_ERR, "Error loading kernel symbols " \
- "- %s\n", strerror(errno));
-- fclose(ksyms);
- return(0);
- }
-