pkgsrc/devel/id-utils/patches/patch-ao

22 lines
705 B
Text

$NetBSD: patch-ao,v 1.1 2002/03/01 01:38:48 jmc Exp $
--- libidu/idfile.h.orig Fri Mar 1 01:21:24 2002
+++ libidu/idfile.h Fri Mar 1 01:21:27 2002
@@ -121,7 +121,7 @@
{
struct file_link *mf_link;
struct lang_args const *mf_lang_args;
- short mf_index; /* order in ID file */
+ int mf_index; /* order in ID file */
};
#if HAVE_LINK
@@ -147,7 +147,7 @@
#define token_string(buf) (buf)
extern unsigned int token_flags __P((char const *buf));
-extern unsigned short token_count __P((char const *buf));
+extern unsigned int token_count __P((char const *buf));
extern unsigned char const *token_hits_addr __P((char const *buf));
#define MAYBE_RETURN_PREFIX_MATCH(arg, str, val) do { \