Release Notes:
https://savannah.gnu.org/news/?id=10638
Remove upstreamed patch:
- 010-endpwent.patch [0]
[0] - fa7e628e19
Signed-off-by: Nick Hainke <vincent@systemli.org>
openwrt-24.10
parent
d780d530dd
commit
712c10ec48
@ -1,20 +0,0 @@
|
||||
--- a/find/parser.c
|
||||
+++ b/find/parser.c
|
||||
@@ -67,12 +67,12 @@
|
||||
#include "findutils-version.h"
|
||||
#include "system.h"
|
||||
|
||||
-
|
||||
-#ifndef HAVE_ENDGRENT
|
||||
-# define endgrent ()
|
||||
+#if ! HAVE_ENDGRENT
|
||||
+# define endgrent() ((void) 0)
|
||||
#endif
|
||||
-#ifndef HAVE_ENDPWENT
|
||||
-# define endpwent ()
|
||||
+
|
||||
+#if ! HAVE_ENDPWENT
|
||||
+# define endpwent() ((void) 0)
|
||||
#endif
|
||||
|
||||
static bool parse_accesscheck (const struct parser_table*, char *argv[], int *arg_ptr);
|
Loading…
Reference in new issue