]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Fix that FIXME
authorRobert Millan <rmh@aybabtu.com>
Mon, 13 Feb 2006 13:02:11 +0000 (13:02 +0000)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 May 2008 05:48:32 +0000 (08:48 +0300)
reset_getopt.c

index c1e2cf9309becb256e57f0e47fe2c9a4ee5d5654..9e28522ea9c5f8a046f7633847aae8c08aea2cc8 100644 (file)
@@ -12,9 +12,9 @@
 #endif
 
 #include <unistd.h>
+#include <sys/param.h> /* BSD */
 
-/* FIXME */
-#ifndef __GLIBC__
+#ifdef BSD
 # define HAVE_OPTRESET 1
 #endif