ports/sysutils/bubblemon-dockapp/files/patch-sys_freebsd.c
Mark Pulford 682e45d4ad Changed to use REINPLACE
Fixed build under 5.0

PR:		46528
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2003-02-01 01:29:32 +00:00

10 lines
245 B
C

--- sys_freebsd.c.orig Mon Apr 16 14:14:53 2001
+++ sys_freebsd.c Sat Feb 1 11:39:45 2003
@@ -19,6 +19,7 @@
#include <kvm.h>
#include <fcntl.h>
+#include <sys/types.h>
#include <sys/dkstat.h>
#include <sys/vmmeter.h>
#include <stdlib.h>