Fredrik Fornwall
5 years ago
4 changed files with 19 additions and 29 deletions
@ -0,0 +1,16 @@ |
|||
diff -u -r ../findutils-4.7.0/find/parser.c ./find/parser.c
|
|||
--- ../findutils-4.7.0/find/parser.c 2019-08-29 19:10:57.000000000 +0000
|
|||
+++ ./find/parser.c 2019-09-08 08:27:46.805564375 +0000
|
|||
@@ -69,10 +69,10 @@
|
|||
|
|||
|
|||
#ifndef HAVE_ENDGRENT |
|||
-# define endgrent ()
|
|||
+# define endgrent()
|
|||
#endif |
|||
#ifndef HAVE_ENDPWENT |
|||
-# define endpwent ()
|
|||
+# define endpwent()
|
|||
#endif |
|||
|
|||
static bool parse_accesscheck (const struct parser_table*, char *argv[], int *arg_ptr); |
@ -1,16 +0,0 @@ |
|||
diff -u -r ../findutils-4.5.14/find/parser.c ./find/parser.c
|
|||
--- ../findutils-4.5.14/find/parser.c 2014-07-19 12:12:59.000000000 +0200
|
|||
+++ ./find/parser.c 2014-08-11 22:58:04.839140727 +0200
|
|||
@@ -75,10 +75,10 @@
|
|||
#endif |
|||
|
|||
#ifndef HAVE_ENDGRENT |
|||
-#define endgrent ()
|
|||
+#define endgrent()
|
|||
#endif |
|||
#ifndef HAVE_ENDPWENT |
|||
-#define endpwent ()
|
|||
+#define endpwent()
|
|||
#endif |
|||
|
|||
static bool parse_accesscheck (const struct parser_table*, char *argv[], int *arg_ptr); |
Loading…
Reference in new issue