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:
Axel Dörfler
2004-02-23 03:52:08 +00:00
parent 592a6437f2
commit 5c23f57060
+3 -3
View File
@@ -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