summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
authorGurucharan Shetty <shettyg@nicira.com>2015-03-05 06:58:52 -0800
committerGurucharan Shetty <gshetty@nicira.com>2015-03-05 09:29:51 -0800
commit8f07d902f124d0cf0cebcf3c2aea09183d2699e0 (patch)
treeb794d855d1bc8e23e3211c1e47a31f683308424a /include/windows
parent0c87e03dff7fc61b9d066beb42511846354ad35b (diff)
downloadopenvswitch-8f07d902f124d0cf0cebcf3c2aea09183d2699e0.tar.gz
windows/syslog: Remove duplicate definition.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/syslog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/windows/syslog.h b/include/windows/syslog.h
index 3925ed641..242bfc4b6 100644
--- a/include/windows/syslog.h
+++ b/include/windows/syslog.h
@@ -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 */