summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/util.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-02-03 11:03:51 +0000
committerflorian <florian@openbsd.org>2018-02-03 11:03:51 +0000
commitee5153b76e0db0e530220bd4ec0e249a51365081 (patch)
tree9818d26c31823089de84837285cf0bc59c6eb180 /usr.sbin/nsd/util.h
parentIn ether_input() use goto dropanyway instead of repeating m_freem() (diff)
downloadwireguard-openbsd-ee5153b76e0db0e530220bd4ec0e249a51365081.tar.xz
wireguard-openbsd-ee5153b76e0db0e530220bd4ec0e249a51365081.zip
Update nsd to 4.1.19.
OK sthen@, "so far so good" millert@ Obligatory commit from 33,000 ft.
Diffstat (limited to 'usr.sbin/nsd/util.h')
-rw-r--r--usr.sbin/nsd/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/nsd/util.h b/usr.sbin/nsd/util.h
index b59b7b69bd1..5f00911d0a1 100644
--- a/usr.sbin/nsd/util.h
+++ b/usr.sbin/nsd/util.h
@@ -25,6 +25,10 @@ struct region;
# define LOG_WARNING 4
# define LOG_NOTICE 5
# define LOG_INFO 6
+
+/* Unused, but passed to log_open. */
+# define LOG_PID 0x01
+# define LOG_DAEMON (3<<3)
#endif
#define ALIGN_UP(n, alignment) \