ports/devel/opencvs/files/patch-cvs.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

13 lines
267 B
C

--- cvs.h.orig 2015-05-04 11:15:45.000000000 +0200
+++ cvs.h 2016-02-06 23:33:35.522379000 +0100
@@ -29,6 +29,10 @@
#include <signal.h>
+/* For building on FreeBSD */
+#include <time.h>
+#define __dead
+
#include "config.h"
#include "file.h"
#include "log.h"