summaryrefslogtreecommitdiff
path: root/app-forensics/memdump/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-forensics/memdump/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-forensics/memdump/files')
-rw-r--r--app-forensics/memdump/files/memdump-1.01-linux3.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-forensics/memdump/files/memdump-1.01-linux3.patch b/app-forensics/memdump/files/memdump-1.01-linux3.patch
deleted file mode 100644
index 55563c4e077a..000000000000
--- a/app-forensics/memdump/files/memdump-1.01-linux3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- memdump-1.01.orig/makedefs
-+++ memdump-1.01/makedefs
-@@ -30,9 +30,7 @@
- SunOS.5*) DEFS="-DSUNOS5 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
- RANLIB=":"
- ;;
-- Linux.2.4*) DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-- ;;
-- Linux.2*) DEFS="-DLINUX2"
-+ Linux.*) DEFS="-DLINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
- ;;
- *) echo unsupported system: $SYSTEM.$RELEASE 1>&2; exit 1
- ;;
---- memdump-1.01.orig/memdump.c
-+++ memdump-1.01/memdump.c
-@@ -118,7 +118,7 @@
- #define SUPPORTED
- #endif
-
--#ifdef LINUX2
-+#ifdef LINUX
- #include <paths.h>
- #define GETPAGESIZE getpagesize
- #define SUPPORTED