Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / fep / patches / patch-al
blob02d32afbd944e24f71a0d91b536efba1358261b1
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
5 @@ -6,11 +6,11 @@
6 -#endif lint
7 +#endif /* lint */
8  
9  #ifndef MKARGDEBUG
11  #include <stdio.h>
12  #include <pwd.h>
13  #include <sys/types.h>
14 -#include <sys/dir.h>
15 +#include <dirent.h>
16  #include <ctype.h>
17  #include "fep_defs.h"
19 @@ -178,9 +178,9 @@ max (d1, d2)
20  {
21      return (d1 > d2 ? d1 : d2);
22  }
23 -#endif max
24 +#endif /* max */
26 -#else MKARGDEBUG
27 +#else /* MKARGDEBUG */
29  #include <stdio.h>
30  #include <ctype.h>
31 @@ -198,7 +198,7 @@ main()
32         showArgs (s);
33      }
34  }
35 -#endif MKARGDEBUG
36 +#endif /* MKARGDEBUG */
38  showArgs (comline)
39      char *comline;
40 @@ -402,4 +402,4 @@ iskanji_in_string (s, i)
41      else
42         return (iskanji (*cp));
43  }
44 -#endif KANJI
45 +#endif /* KANJI */