1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/libs/nss/patches/020-getopt.patch
Lucian Cristian 990748d135 nss: update to 4.84
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-10-21 15:08:34 -07:00

13 lines
300 B
Diff

--- a/nss/coreconf/nsinstall/nsinstall.c
+++ b/nss/coreconf/nsinstall/nsinstall.c
@@ -32,8 +32,8 @@ typedef unsigned int mode_t;
#define HAVE_FCHMOD
-#ifdef LINUX
#include <getopt.h>
+#ifdef LINUX
#endif
#if defined(SCO) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC)