summaryrefslogtreecommitdiff
path: root/sysutils/fatback/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fatback/patches/patch-ae')
-rw-r--r--sysutils/fatback/patches/patch-ae25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/fatback/patches/patch-ae b/sysutils/fatback/patches/patch-ae
new file mode 100644
index 00000000000..6b4771666d2
--- /dev/null
+++ b/sysutils/fatback/patches/patch-ae
@@ -0,0 +1,25 @@
+$NetBSD: patch-ae,v 1.1 2006/10/09 13:23:37 joerg Exp $
+
+--- sig.c.orig 2006-10-09 15:14:56.000000000 +0000
++++ sig.c
+@@ -4,9 +4,9 @@
+ #include "sig.h"
+ #include "input.h"
+
+-sig_t read_sig(u_int8_t *buf)
++signature_t read_sig(u_int8_t *buf)
+ {
+- sig_t retval;
++ signature_t retval;
+
+ assert(buf);
+
+@@ -15,7 +15,7 @@ sig_t read_sig(u_int8_t *buf)
+ return 1;
+ }
+
+-int scheck_sig(sig_t sig)
++int scheck_sig(signature_t sig)
+ {
+ static const int MBR_SIGNATURE = 0xAA55;
+