summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-05 21:17:35 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-11 10:07:58 +0200
commite43fc1de5b1791c6bd2b5d34556ee249f132053e (patch)
tree7b6e771d9b91c507fa3af3fb3d81ec353aff58fd /app-emulation/dosemu
parentapp-emulation/docker-compose: remove unused patches (diff)
downloadgentoo-e43fc1de5b1791c6bd2b5d34556ee249f132053e.tar.gz
gentoo-e43fc1de5b1791c6bd2b5d34556ee249f132053e.tar.bz2
gentoo-e43fc1de5b1791c6bd2b5d34556ee249f132053e.zip
app-emulation/dosemu: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r--app-emulation/dosemu/files/dosemu-1.3.4-shm.diff11
-rw-r--r--app-emulation/dosemu/files/dosemu-1.4.0.1-gcc433.diff11
2 files changed, 0 insertions, 22 deletions
diff --git a/app-emulation/dosemu/files/dosemu-1.3.4-shm.diff b/app-emulation/dosemu/files/dosemu-1.3.4-shm.diff
deleted file mode 100644
index f0868a988f0b..000000000000
--- a/app-emulation/dosemu/files/dosemu-1.3.4-shm.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- dosemu-1.3.4/etc/dosemu.conf.orig 2007-01-28 22:19:44.000000000 +0100
-+++ dosemu-1.3.4/etc/dosemu.conf 2007-01-28 22:19:58.000000000 +0100
-@@ -166,7 +166,7 @@
- # preferred mapping driver, one of: auto, mapshm, mapashm, mapfile
- # Default: ""="auto"
-
--# $_mapping= ""
-+$_mapping= "mapshm"
-
- ##############################################################################
- ## Debug settings
diff --git a/app-emulation/dosemu/files/dosemu-1.4.0.1-gcc433.diff b/app-emulation/dosemu/files/dosemu-1.4.0.1-gcc433.diff
deleted file mode 100644
index 8b0ca77df6c0..000000000000
--- a/app-emulation/dosemu/files/dosemu-1.4.0.1-gcc433.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- trunk/src/tools/periph/dexeconfig.c 2008/03/28 14:01:17 1854
-+++ trunk/src/tools/periph/dexeconfig.c 2008/03/30 22:58:55 1855
-@@ -238,7 +238,7 @@
- exit(1);
- }
- close(fd);
-- fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC);
-+ fc = creat(cfile, S_IWUSR | S_IRUSR);
- if (fc < 0) {
- perror("cannot open config file");
- exit(1);