aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/klogd.c8
-rw-r--r--sysklogd/syslogd.c8
2 files changed, 0 insertions, 16 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index 6dc5457af..95a35c25e 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -128,11 +128,3 @@ int klogd_main(int argc, char **argv)
128 128
129 return EXIT_SUCCESS; 129 return EXIT_SUCCESS;
130} 130}
131
132/*
133Local Variables
134c-file-style: "linux"
135c-basic-offset: 4
136tab-width: 4
137End:
138*/
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 74c407142..deaee49c2 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -680,11 +680,3 @@ int syslogd_main(int argc, char **argv)
680 680
681 return EXIT_SUCCESS; 681 return EXIT_SUCCESS;
682} 682}
683
684/*
685Local Variables
686c-file-style: "linux"
687c-basic-offset: 4
688tab-width: 4
689End:
690*/