aboutsummaryrefslogtreecommitdiff
path: root/sysutils/setcdboot/files
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2006-02-28 07:09:32 +0000
committerAndrej Zverev <az@FreeBSD.org>2006-02-28 07:09:32 +0000
commit87c10d4043240bc05fde6232061c646fb7e72855 (patch)
tree5e40f0ebc357391c935d86c70d5e1601a564e5aa /sysutils/setcdboot/files
parent57e1225942fd1576ec28d674e66ebd07b33f620c (diff)
downloadports-87c10d4043240bc05fde6232061c646fb7e72855.tar.gz
ports-87c10d4043240bc05fde6232061c646fb7e72855.zip
- Fix build on RELENG_6
Approved by: portmgr (erwin@)
Notes
Notes: svn path=/head/; revision=156877
Diffstat (limited to 'sysutils/setcdboot/files')
-rw-r--r--sysutils/setcdboot/files/setcdboot.c2
1 files changed, 1 insertions, 1 deletions
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)
{