I am not sure why I did those, but I guess it has something to do with doxygen.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define _SYSLOG_H_
|
||||
|
||||
|
||||
/**options for openlog() **/
|
||||
/*** options for openlog() ***/
|
||||
|
||||
#define LOG_PID (1 << 12) /* log the process (thread/team) ID with each message */
|
||||
#define LOG_CONS (2 << 12) /* log to the system console on error */
|
||||
@@ -16,7 +16,7 @@
|
||||
#define LOG_NOWAIT (64 << 12) /* do not wait for child processes */
|
||||
|
||||
|
||||
/** facilities **/
|
||||
/*** facilities ***/
|
||||
|
||||
#define LOG_KERN (0 << 3) /* messages generated by the kernel */
|
||||
#define LOG_USER (1 << 3) /* by user processes */
|
||||
@@ -41,7 +41,7 @@
|
||||
#define LOG_LOCAL7 (23 << 3)
|
||||
|
||||
|
||||
/** priorities **/
|
||||
/*** priorities ***/
|
||||
|
||||
#define LOG_EMERG 0 /* a panic condition */
|
||||
#define LOG_PANIC LOG_EMERG
|
||||
|
||||
Reference in New Issue
Block a user