DHCPCD(8): Add getopt_long_r() support

This commit is contained in:
Sebastian Huber
2014-01-21 16:14:42 +01:00
parent 61d281e39d
commit f724741db0
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2014 Roy Marples";
#include <ctype.h>
#include <errno.h>
#ifdef __rtems__
#define __need_getopt_newlib
#endif /* __rtems__ */
#include <getopt.h>
#include <limits.h>
#include <paths.h>
@@ -1095,6 +1098,8 @@ signal_init(void (*func)(int, siginfo_t *, void *), sigset_t *oldset)
#ifdef __rtems__
#include <rtems/libio.h>
struct getopt_data dhcpcd_getopt_data;
static int
main(int argc, char **argv);

View File

@@ -33,6 +33,9 @@
#include <ctype.h>
#include <errno.h>
#ifdef __rtems__
#define __need_getopt_newlib
#endif /* __rtems__ */
#include <getopt.h>
#include <limits.h>
#include <paths.h>