summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_log/libipulog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnetfilter_log/libipulog.h')
-rw-r--r--include/libnetfilter_log/libipulog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libnetfilter_log/libipulog.h b/include/libnetfilter_log/libipulog.h
index 4d87913..8fba03a 100644
--- a/include/libnetfilter_log/libipulog.h
+++ b/include/libnetfilter_log/libipulog.h
@@ -12,7 +12,7 @@ extern "C" {
#endif
/* FIXME: glibc sucks */
-#ifndef MSG_TRUNC
+#ifndef MSG_TRUNC
#define MSG_TRUNC 0x20
#endif
@@ -55,7 +55,7 @@ const char *ipulog_strerror(int errcode);
void ipulog_perror(const char *s);
-enum
+enum
{
IPULOG_ERR_NONE = 0,
IPULOG_ERR_IMPL,