summaryrefslogtreecommitdiff
path: root/emulators/pcemu/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/pcemu/patches/patch-ac')
-rw-r--r--emulators/pcemu/patches/patch-ac13
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/pcemu/patches/patch-ac b/emulators/pcemu/patches/patch-ac
index 2127ce91e7b..8d4d83f366a 100644
--- a/emulators/pcemu/patches/patch-ac
+++ b/emulators/pcemu/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.5 2005/09/06 08:10:58 abs Exp $
+$NetBSD: patch-ac,v 1.6 2006/01/12 19:48:02 joerg Exp $
---- mfs.c.orig 1994-06-22 09:24:51.000000000 -0500
+--- mfs.c.orig 1994-06-22 14:24:51.000000000 +0000
+++ mfs.c
@@ -319,17 +319,24 @@ TODO:
#include <errno.h>
@@ -39,3 +39,12 @@ $NetBSD: patch-ac,v 1.5 2005/09/06 08:10:58 abs Exp $
struct statvfs fsbuf;
if (statvfs(cwd, &fsbuf) >= 0)
#else
+@@ -1182,8 +1189,6 @@ _get_dir(char *name, char *mname, char *
+ (void) find_file(name, &sbuf);
+
+ if ((cur_dir = opendir(name)) == NULL) {
+- extern int errno;
+-
+ Debug0((dbg_fd, "get_dir(): couldn't open '%s' errno = %s\n", name, strerror(errno)));
+ return (NULL);
+ }