Fix typo.

This commit is contained in:
mycroft 1994-05-12 10:32:49 +00:00
parent 2bb670aef5
commit 606c589d0f
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)syslog.h 7.20 (Berkeley) 2/23/91
* $Id: syslog.h,v 1.4 1994/05/12 10:30:42 mycroft Exp $
* $Id: syslog.h,v 1.5 1994/05/12 10:32:49 mycroft Exp $
*/
#ifndef _SYS_SYSLOG_H_
@ -181,7 +181,7 @@ __END_DECLS
#else /* !KERNEL */
void logpri __P((int);
void logpri __P((int));
void log __P((int, const char *, ...));
void addlog __P((const char *, ...));