Patch from Gennady Feldman

This should fix "circular buffer" error message shown when running "syslogd -C"
This commit is contained in:
Glenn L McGrath 2001-06-26 01:41:59 +00:00
parent f8736d251e
commit addabd6f16
2 changed files with 0 additions and 4 deletions

View File

@ -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?");

View File

@ -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?");