Remove bogus deprecation warning from <getopt.h>

This commit is contained in:
Guillem Jover 2012-03-21 04:10:37 +01:00
parent 0b96e1a218
commit f71d8e0501

View File

@ -31,7 +31,6 @@
#include_next <getopt.h> #include_next <getopt.h>
#include <unistd.h> #include <unistd.h>
#else #else
#warning "Deprecated header, use <bsd/unistd.h> or <unistd.h> with libbsd-overlay.pc instead."
#include <getopt.h> #include <getopt.h>
#include <bsd/unistd.h> #include <bsd/unistd.h>
#endif #endif