mirror of https://github.com/mirror/busybox.git
If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead.1_1_stable
parent
746cfc8bf0
commit
d1569c215c
|
@ -24,9 +24,6 @@
|
|||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <getopt.h>
|
||||
|
||||
#include "busybox.h"
|
||||
|
|
Loading…
Reference in New Issue