summaryrefslogtreecommitdiff
path: root/sysutils/fatback/patches/patch-ad
blob: ebc669c48ef2a6e06ff6c9472cdee13836b3585e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ad,v 1.1 2006/10/09 13:23:37 joerg Exp $

--- sig.h.orig	2006-10-09 15:14:54.000000000 +0000
+++ sig.h
@@ -4,9 +4,9 @@
 #define SIG_H
 
 #include <sys/types.h>
-typedef u_int16_t sig_t;
+typedef u_int16_t signature_t;
 
-extern sig_t read_sig(u_int8_t *);
-extern int scheck_sig(sig_t);
+extern signature_t read_sig(u_int8_t *);
+extern int scheck_sig(signature_t);
 
 #endif /* SIG_H */