Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-06-26 05:41:59 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2001-06-26 05:41:59 +0400
commitaddabd6f16aece578d94d810d3a9e9dc88f2cdb7 (patch)
tree1bb87e684d2a759927dc8937bd616a87d224e478 /syslogd.c
parentf8736d251e4291e414bd0bdaca2346cd7ef265dd (diff)
Patch from Gennady Feldman
This should fix "circular buffer" error message shown when running "syslogd -C"
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/syslogd.c b/syslogd.c
index 6be51d7dc..8d8bd1afe 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -155,8 +155,6 @@ void ipcsyslog_init(void){
perror_msg_and_die("semget");
}else
perror_msg_and_die("semget");
- } else {
- sem_up(s_semid);
}
}else{
printf("Buffer already allocated just grab the semaphore?");