diff options
author | Andrej Zverev <az@FreeBSD.org> | 2006-02-28 07:09:32 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2006-02-28 07:09:32 +0000 |
commit | 87c10d4043240bc05fde6232061c646fb7e72855 (patch) | |
tree | 5e40f0ebc357391c935d86c70d5e1601a564e5aa /sysutils | |
parent | 57e1225942fd1576ec28d674e66ebd07b33f620c (diff) | |
download | ports-87c10d4043240bc05fde6232061c646fb7e72855.tar.gz ports-87c10d4043240bc05fde6232061c646fb7e72855.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/setcdboot/Makefile | 4 | ||||
-rw-r--r-- | sysutils/setcdboot/files/setcdboot.c | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/setcdboot/Makefile b/sysutils/setcdboot/Makefile index 107c2972d753..b5814203f0d0 100644 --- a/sysutils/setcdboot/Makefile +++ b/sysutils/setcdboot/Makefile @@ -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: diff --git a/sysutils/setcdboot/files/setcdboot.c b/sysutils/setcdboot/files/setcdboot.c index 187536bf1004..5386afddbe44 100644 --- a/sysutils/setcdboot/files/setcdboot.c +++ b/sysutils/setcdboot/files/setcdboot.c @@ -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) { |