6bcf58bab8
libcompat_minix is a compatibility layer meant to let existing commands to work with the new libc.
8 lines
141 B
C
8 lines
141 B
C
#ifndef _COMPAT_SYSLOG_H
|
|
#define _COMPAT_SYSLOG_H
|
|
|
|
#include <syslog.h>
|
|
#define FacNames facilitynames
|
|
#define PriNames prioritynames
|
|
|
|
#endif
|