blob: b204131f238bf9c8282c78554e91f198a1853c91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- log.h.orig 2008-06-10 01:00:34 UTC
+++ log.h
@@ -29,6 +29,9 @@
#include <stdarg.h>
+/* For building on FreeBSD */
+#define __dead
+
/* log priority levels */
#define LP_NOTICE 0
#define LP_ERR 1
|