root/src/libs/compat/freebsd_network/compat/sys/syslog.h
/*
 * Copyright 2009-2022, Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _FBSD_COMPAT_SYS_SYSLOG_H_
#define _FBSD_COMPAT_SYS_SYSLOG_H_


#define LOG_ERR 3 /* error conditions */
#define LOG_WARNING     4       /* warning conditions */


#endif /* _FBSD_COMPAT_SYS_SYSLOG_H_ */