packages/libcheckpath1/build.sh: Fix description.
[termux-packages] / packages / findutils / parser.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../findutils-4.5.14/find/parser.c ./find/parser.c
2--- ../findutils-4.5.14/find/parser.c 2014-07-19 12:12:59.000000000 +0200
3+++ ./find/parser.c 2014-08-11 22:58:04.839140727 +0200
4@@ -75,10 +75,10 @@
5 #endif
6
7 #ifndef HAVE_ENDGRENT
8-#define endgrent ()
9+#define endgrent()
10 #endif
11 #ifndef HAVE_ENDPWENT
12-#define endpwent ()
13+#define endpwent()
14 #endif
15
16 static bool parse_accesscheck (const struct parser_table*, char *argv[], int *arg_ptr);