mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Forgot to commit SYSLOG_FACILITY_INDEX() macro.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5799 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bde0ae2e7d
commit
3c45d8cea9
@ -30,5 +30,6 @@ struct syslog_message {
|
||||
|
||||
#define SYSLOG_PRIORITY(options) ((options) & 0x7)
|
||||
#define SYSLOG_FACILITY(options) ((options) & 0x03f8)
|
||||
#define SYSLOG_FACILITY_INDEX(options) (SYSLOG_FACILITY(options) >> 3)
|
||||
|
||||
#endif /* SYSLOG_DAEMON_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user