From 4ea2edafb88ba0280b3bf4eba6c3a3402aaade76 Mon Sep 17 00:00:00 2001 From: chip Date: Sat, 26 Feb 2000 08:35:33 +0000 Subject: Fix line numbers in tokenizer, which reads /etc/exports etc. --- support/include/xio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/include') diff --git a/support/include/xio.h b/support/include/xio.h index 858f5bb..608d265 100644 --- a/support/include/xio.h +++ b/support/include/xio.h @@ -19,7 +19,7 @@ void xfunlock(int lockid); void xfclose(XFILE *xfp); int xgettok(XFILE *xfp, char sepa, char *tok, int len); char xgetc(XFILE *xfp); -void xungetc(char c, XFILE *xfp); +void xungetc(int c, XFILE *xfp); void xskip(XFILE *xfp, char *str); char xskipcomment(XFILE *xfp); -- cgit