From bc10a85def848ba02e53b61d47cbdbf0f67ca302 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 30 Aug 2005 19:03:11 +0000 Subject: - Fix build on FreeBSD 7 PR: ports/85496 Submitted by: Jonathan (maintainer) --- sysutils/memdump/files/patch-memdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/memdump/files/patch-memdump.c') diff --git a/sysutils/memdump/files/patch-memdump.c b/sysutils/memdump/files/patch-memdump.c index 018aa732934d..cb3c1f3ecd20 100644 --- a/sysutils/memdump/files/patch-memdump.c +++ b/sysutils/memdump/files/patch-memdump.c @@ -186,7 +186,7 @@ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) \ -+ || defined(FREEBSD5) || defined(FREEBSD6) \ ++ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ || defined(OPENBSD2) || defined(OPENBSD3) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) #include @@ -195,7 +195,7 @@ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) \ -+ || defined(FREEBSD5) || defined(FREEBSD6) \ ++ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ || defined(OPENBSD2) || defined(OPENBSD3) int name[] = {CTL_HW, HW_PHYSMEM}; size_t len; -- cgit v1.2.3