Fix the __FreeBSD_version check.

This commit is contained in:
dfr 2008-03-26 15:42:22 +00:00
parent 7ce50c542d
commit f5a614e946

View File

@ -43,7 +43,7 @@
#include <unistd.h>
#ifdef __FreeBSD__
#if __FreeBSD_version > 800010 /* XXX change before committing to cvs */
#if __FreeBSD_version >= 800028
#define HAVE_SYSID
#endif
#include <sys/cdefs.h>