Fix that FIXME

This commit is contained in:
Robert Millan 2006-02-13 13:02:11 +00:00 committed by Guillem Jover
parent c849ba32af
commit 34b269a1cf

View File

@ -12,9 +12,9 @@
#endif
#include <unistd.h>
#include <sys/param.h> /* BSD */
/* FIXME */
#ifndef __GLIBC__
#ifdef BSD
# define HAVE_OPTRESET 1
#endif