Skip to content

Commit

Permalink
windows/syslog: Remove duplicate definition.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
shettyg committed Mar 5, 2015
1 parent 0c87e03 commit 8f07d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/windows/syslog.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define LOG_INFO 6 /* informational */
#define LOG_DEBUG 7 /* debug-level messages */
#define LOG_NDELAY 8 /* don't delay open */
#define LOG_DAEMON 24 /* system daemons */

#define LOG_KERN (0<<3) /* kernel messages */
#define LOG_USER (1<<3) /* user-level messages */
Expand Down

0 comments on commit 8f07d90

Please sign in to comment.