From: Paul Eggert Date: Wed, 3 Nov 2004 18:44:33 +0000 (+0000) Subject: Don't #define and #undef getopt around , X-Git-Tag: v5.3.0~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8655b4eabde2e5a142436fa182748e6452a13844;p=thirdparty%2Fcoreutils.git Don't #define and #undef getopt around , as this breaks the new regime that does "#define getopt rpl_getopt". --- diff --git a/src/system.h b/src/system.h index 3497969a49..79ceb7748a 100644 --- a/src/system.h +++ b/src/system.h @@ -129,10 +129,7 @@ void *memrchr (const void *, int, size_t); #endif #include - -#define getopt system_getopt #include -#undef getopt /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE