aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/syslog.h')
-rw-r--r--sys/sys/syslog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h
index c14e0241fa01..80cac0a53bc6 100644
--- a/sys/sys/syslog.h
+++ b/sys/sys/syslog.h
@@ -192,11 +192,11 @@ CODE facilitynames[] = {
#include <sys/cdefs.h>
__BEGIN_DECLS
-void closelog __P((void));
-void openlog __P((const char *, int, int));
-int setlogmask __P((int));
-void syslog __P((int, const char *, ...)) __printflike(2, 3);
-void vsyslog __P((int, const char *, _BSD_VA_LIST_)) __printflike(2, 0);
+void closelog(void);
+void openlog(const char *, int, int);
+int setlogmask(int);
+void syslog(int, const char *, ...) __printflike(2, 3);
+void vsyslog(int, const char *, _BSD_VA_LIST_) __printflike(2, 0);
__END_DECLS
#endif /* !_KERNEL */