summaryrefslogtreecommitdiff
path: root/emulators/aliados/patches/patch-cpm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/aliados/patches/patch-cpm.cpp')
-rw-r--r--emulators/aliados/patches/patch-cpm.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/aliados/patches/patch-cpm.cpp b/emulators/aliados/patches/patch-cpm.cpp
index c2e6506a791..d72ca3773b4 100644
--- a/emulators/aliados/patches/patch-cpm.cpp
+++ b/emulators/aliados/patches/patch-cpm.cpp
@@ -1,12 +1,12 @@
-$NetBSD: patch-cpm.cpp,v 1.1 2011/11/23 23:27:07 joerg Exp $
+$NetBSD: patch-cpm.cpp,v 1.2 2013/08/21 10:23:41 shattered Exp $
---- cpm.cpp.orig 2011-11-23 16:40:21.000000000 +0000
+--- cpm.cpp.orig 2005-05-16 20:19:55.000000000 +0000
+++ cpm.cpp
-@@ -14,6 +14,7 @@
- #include <stdexcept>
+@@ -19,6 +19,7 @@
+ #include <memory>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
+ #include <errno.h>
+ #include <ctype.h>