summaryrefslogtreecommitdiff
path: root/sysutils/mtools/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mtools/patches/patch-af')
-rw-r--r--sysutils/mtools/patches/patch-af16
1 files changed, 13 insertions, 3 deletions
diff --git a/sysutils/mtools/patches/patch-af b/sysutils/mtools/patches/patch-af
index 563ca9ecf05..91eb84781a3 100644
--- a/sysutils/mtools/patches/patch-af
+++ b/sysutils/mtools/patches/patch-af
@@ -1,8 +1,18 @@
-$NetBSD: patch-af,v 1.1 2000/12/07 14:11:37 is Exp $
+$NetBSD: patch-af,v 1.2 2006/03/25 19:50:20 joerg Exp $
---- init.c.orig Fri Mar 19 09:57:59 1999
+--- init.c.orig 2002-05-01 09:57:02.000000000 +0000
+++ init.c
-@@ -27,15 +27,30 @@
+@@ -14,9 +14,6 @@
+ #include "xdf_io.h"
+ #include "buffer.h"
+
+-extern int errno;
+-
+-
+ #define FULL_CYL
+
+ unsigned int num_clus; /* total number of cluster */
+@@ -27,15 +24,30 @@ unsigned int num_clus; /* total number
*/
static int read_boot(Stream_t *Stream, struct bootsector * boot, int size)
{