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:
@@ -30,5 +30,6 @@ struct syslog_message {
|
|||||||
|
|
||||||
#define SYSLOG_PRIORITY(options) ((options) & 0x7)
|
#define SYSLOG_PRIORITY(options) ((options) & 0x7)
|
||||||
#define SYSLOG_FACILITY(options) ((options) & 0x03f8)
|
#define SYSLOG_FACILITY(options) ((options) & 0x03f8)
|
||||||
|
#define SYSLOG_FACILITY_INDEX(options) (SYSLOG_FACILITY(options) >> 3)
|
||||||
|
|
||||||
#endif /* SYSLOG_DAEMON_H */
|
#endif /* SYSLOG_DAEMON_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user