Subject: typo is syslog.h?
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Craig M. Chase <chase@pine.ece.utexas.edu>
List: current-users
Date: 05/14/1994 14:47:08
It appears a paren is (was?) left out of syslog.h.
Here's a trivial patch for /usr/src/sys/sys/syslog.h
*** syslog.h.dist Thu May 12 05:31:34 1994
--- syslog.h Sat May 14 14:44:05 1994
***************
*** 181,187 ****
#else /* !KERNEL */
! void logpri __P((int);
void log __P((int, const char *, ...));
void addlog __P((const char *, ...));
--- 181,187 ----
#else /* !KERNEL */
! void logpri __P((int));
void log __P((int, const char *, ...));
void addlog __P((const char *, ...));
--
Craig Chase --- Assistant Professor (512) 471 7457
Electrical and Computer Engineering Fax: (512) 471 5907
The University of Texas at Austin
Austin, TX 78712
------------------------------------------------------------------------------