.. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget

this? :-)

It builds again.
This commit is contained in:
Adrian Chadd 2000-10-09 09:42:51 +00:00
parent 02647224e9
commit a8d00279cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66866
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95";
#endif
static const char rcsid[] =
"$FreeBSD$"
"$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95";
#endif
static const char rcsid[] =
"$FreeBSD$"
"$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>