diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-13 00:06:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-13 00:06:00 +0000 |
commit | e2c69ebb4a1cf0161d420c87324e4b1affc36825 (patch) | |
tree | 79a15638f5cf6d0baabe5b222feaad05bc5c12e7 /sysutils/memdump/files/patch-memdump.c | |
parent | - Update to 0.6.0 (diff) |
- Fix build with 8.X
PR: 118359
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout
Diffstat (limited to 'sysutils/memdump/files/patch-memdump.c')
-rw-r--r-- | sysutils/memdump/files/patch-memdump.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/memdump/files/patch-memdump.c b/sysutils/memdump/files/patch-memdump.c new file mode 100644 index 000000000000..7576614f8434 --- /dev/null +++ b/sysutils/memdump/files/patch-memdump.c @@ -0,0 +1,10 @@ +--- ./memdump.c.orig 2005-08-30 23:04:18.000000000 +0000 ++++ ./memdump.c 2007-11-30 18:54:11.000000000 +0000 +@@ -109,6 +109,7 @@ + + #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ + || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ ++ || defined(FREEBSD8) \ + || defined(OPENBSD2) || defined(OPENBSD3) \ + || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) + #include <sys/param.h> |