pkgsrc/sysutils/fatback/patches/patch-ad

18 lines
403 B
Text
Raw Normal View History

$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 */