If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead.
This commit is contained in:
@ -24,9 +24,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <getopt.h>
|
||||
|
||||
#include "busybox.h"
|
||||
|
Reference in New Issue
Block a user