1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 04:00:41 -04:00
ports/devel/opencvs/files/patch-util.c
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

11 lines
273 B
C

--- util.c.orig 2016-02-06 23:25:26.000000000 +0100
+++ util.c 2016-02-06 23:33:35.548485000 +0100
@@ -30,7 +30,7 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include <atomicio.h>
+#include "atomicio.h"
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>