Put a getosreldate() prototype into <osreldate.h>, getosreldate(3) implies

there is one.
This commit is contained in:
Stefan Farfeleder 2005-09-12 16:11:48 +00:00
parent c790330fe3
commit e0970cbd7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150057

View File

@ -84,6 +84,7 @@ 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}