summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/getopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/getopt.c b/compat/getopt.c
index 3e7d3e215e..7c646f6a05 100644
--- a/compat/getopt.c
+++ b/compat/getopt.c
@@ -38,8 +38,6 @@ static int optind = 1;
static int optopt;
static char *optarg;
-#undef fprintf
-
static int getopt(int argc, char *argv[], char *opts)
{
static int sp = 1;