xref: /haiku/src/libs/compat/freebsd_network/compat/sys/syslog.h (revision 97f11716bfaa0f385eb0e28a52bf56a5023b9e99)
1 /*
2  * Copyright 2009-2022, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FBSD_COMPAT_SYS_SYSLOG_H_
6 #define _FBSD_COMPAT_SYS_SYSLOG_H_
7 
8 
9 #define LOG_ERR 3 /* error conditions */
10 #define	LOG_WARNING	4	/* warning conditions */
11 
12 
13 #endif /* _FBSD_COMPAT_SYS_SYSLOG_H_ */
14