1 $NetBSD: patch-al,v 1.6 2012/03/01 22:00:44 hans Exp $
3 --- fep_util.c.orig 1988-12-28 07:24:01.000000000 -0500
4 +++ fep_util.c 2005-12-10 16:59:27.000000000 -0500
13 #include <sys/types.h>
19 @@ -178,9 +178,9 @@ max (d1, d2)
21 return (d1 > d2 ? d1 : d2);
27 +#else /* MKARGDEBUG */
31 @@ -198,7 +198,7 @@ main()
36 +#endif /* MKARGDEBUG */
40 @@ -402,4 +402,4 @@ iskanji_in_string (s, i)
42 return (iskanji (*cp));