- Fix build on RELENG_6

Approved by:	portmgr (erwin@)
This commit is contained in:
Andrej Zverev
2006-02-28 07:09:32 +00:00
parent 57e1225942
commit 87c10d4043
2 changed files with 1 additions and 5 deletions

View File

@@ -18,10 +18,6 @@ PLIST_FILES= bin/setcdboot
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600100 && ${OSVERSION} < 700000
BROKEN= Does not compile on FreeBSD 6.x
.endif
do-fetch:
do-extract:

View File

@@ -62,7 +62,7 @@ struct ptable_ent {
/* XXX these should be in the system headers */
#include <osreldate.h>
#if __FreeBSD_version < 700003
#if __FreeBSD_version < 600032
static __inline int
isonum_722(u_char *p)
{