Fix typo.
This commit is contained in:
parent
2bb670aef5
commit
606c589d0f
|
@ -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 *, ...));
|
||||
|
||||
|
|
Loading…
Reference in New Issue