summaryrefslogtreecommitdiff
path: root/sysutils/memdump/files/patch-memdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/memdump/files/patch-memdump.c')
-rw-r--r--sysutils/memdump/files/patch-memdump.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h>
@@ -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;