Back out 1.247. On ia64 <osreldate.h> is included from assembler source,

the prototype broke buildword.

Noticed by:	marcel
This commit is contained in:
Stefan Farfeleder 2005-09-14 09:01:06 +00:00
parent 75398603ad
commit efe444ea48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150123

View File

@ -84,7 +84,6 @@ osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \
echo "#else" >> osreldate.h; \
echo \#'undef __FreeBSD_version' >> osreldate.h; \
echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h; \
echo "int getosreldate(void);" >> osreldate.h; \
echo "#endif" >> osreldate.h
.for i in ${LHDRS}