13 lines
512 B
Text
13 lines
512 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2006/08/05 19:53:26 wiz Exp $
|
|
|
|
--- libidu/idfile.h.orig 2005-11-01 04:18:33.000000000 -0500
|
|
+++ libidu/idfile.h 2006-08-03 13:00:35.159831999 -0400
|
|
@@ -147,7 +147,7 @@
|
|
|
|
#define token_string(buf) (buf)
|
|
extern unsigned int token_flags (char const *buf);
|
|
-extern unsigned short token_count (char const *buf);
|
|
+extern unsigned int token_count (char const *buf);
|
|
extern unsigned char const *token_hits_addr (char const *buf);
|
|
|
|
#define MAYBE_RETURN_PREFIX_MATCH(arg, str, val) do { \
|