From: Robert Millan Date: Mon, 13 Feb 2006 13:02:11 +0000 (+0000) Subject: Fix that FIXME X-Git-Tag: 0.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b269a1cfb9218ba54c05ec2e8148808ebc419d;p=thirdparty%2Flibbsd.git Fix that FIXME --- diff --git a/reset_getopt.c b/reset_getopt.c index c1e2cf9..9e28522 100644 --- a/reset_getopt.c +++ b/reset_getopt.c @@ -12,9 +12,9 @@ #endif #include +#include /* BSD */ -/* FIXME */ -#ifndef __GLIBC__ +#ifdef BSD # define HAVE_OPTRESET 1 #endif