freebsd-ports/devel/opencvs/files/patch-log.h
Johan van Selst 2ddb50957d Update to a more recent version of OpenBSD's CVS
This lacks a replacement for OpenBSD's use of pledge(2)
2016-02-06 22:44:44 +00:00

12 lines
256 B
C

--- log.h.orig 2008-06-10 03:00:34.000000000 +0200
+++ log.h 2016-02-06 23:33:35.531120000 +0100
@@ -29,6 +29,9 @@
#include <stdarg.h>
+/* For building on FreeBSD */
+#define __dead
+
/* log priority levels */
#define LP_NOTICE 0
#define LP_ERR 1