summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-09-12 16:11:48 +0000
committerstefanf <stefanf@FreeBSD.org>2005-09-12 16:11:48 +0000
commit2e4788713c90e81d7596db6a6289231f1d234d77 (patch)
tree0cad2b1179756a5502dd824b917813caf9468b3d /include/Makefile
parent698cbc6a4de316635ec4b0c18972b80eb125c9fc (diff)
downloadFreeBSD-src-2e4788713c90e81d7596db6a6289231f1d234d77.zip
FreeBSD-src-2e4788713c90e81d7596db6a6289231f1d234d77.tar.gz
Put a getosreldate() prototype into <osreldate.h>, getosreldate(3) implies
there is one.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 59856c1..9f9a01a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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}
OpenPOWER on IntegriCloud