diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-21 06:21:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-21 06:21:14 +0000 |
commit | a5794020d80f26d1bae303ebe0f36b51f0f71009 (patch) | |
tree | 669edc416b55158ff737175f5ade5fb17672cb20 /sysutils/memdump/files/patch-memdump.c | |
parent | Update emulators/i386-wine to 1.6.2 (diff) |
- Add custom LICENSE (IBM Public License 1.0)
- Respect CFLAGS (CC was already respected)
- Stagify and simplify FreeBSD handling in source code
- Improve COMMENT and port description while here
Notes
Notes:
svn path=/head/; revision=340554
Diffstat (limited to 'sysutils/memdump/files/patch-memdump.c')
-rw-r--r-- | sysutils/memdump/files/patch-memdump.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/memdump/files/patch-memdump.c b/sysutils/memdump/files/patch-memdump.c index 7576614f8434..bc84dff81c11 100644 --- a/sysutils/memdump/files/patch-memdump.c +++ b/sysutils/memdump/files/patch-memdump.c @@ -1,10 +1,12 @@ --- ./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 @@ +@@ -107,8 +107,7 @@ + #define SUPPORTED + #endif - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ -+ || defined(FREEBSD8) \ +-#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ +- || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ ++#if defined(FREEBSD) \ || defined(OPENBSD2) || defined(OPENBSD3) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) #include <sys/param.h> |