[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1184 - trunk/libbsd



Author: rmh
Date: 2006-02-13 13:02:11 +0000 (Mon, 13 Feb 2006)
New Revision: 1184

Modified:
   trunk/libbsd/reset_getopt.c
Log:
Fix that FIXME.

Modified: trunk/libbsd/reset_getopt.c
===================================================================
--- trunk/libbsd/reset_getopt.c	2006-02-13 12:48:44 UTC (rev 1183)
+++ trunk/libbsd/reset_getopt.c	2006-02-13 13:02:11 UTC (rev 1184)
@@ -12,9 +12,9 @@
 #endif
 
 #include <unistd.h>
+#include <sys/param.h> /* BSD */
 
-/* FIXME */
-#ifndef __GLIBC__
+#ifdef BSD
 # define HAVE_OPTRESET 1
 #endif
 



Reply to: