freebsd-ports/benchmarks/libmicro/files/patch-msync.c
Vsevolod Stakhov 0f17a23c50 Add libmicro - a set of portable benchmarks of system calls from
opensolaris project.

Approved by:		perky (mentor)
In collaboration with:	gnn
2005-08-28 09:05:53 +00:00

10 lines
240 B
C

--- msync.c.orig Sat Aug 6 16:14:27 2005
+++ msync.c Sat Aug 6 16:14:45 2005
@@ -7,6 +7,7 @@
#pragma ident "@(#)msync.c 1.1 05/08/04 SMI"
#endif
+#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include <stdlib.h>