summaryrefslogtreecommitdiff
path: root/app-forensics/memdump/files/memdump-1.01-linux3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/memdump/files/memdump-1.01-linux3.patch')
-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