mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
.. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget
this? :-) It builds again.
This commit is contained in:
parent
02647224e9
commit
a8d00279cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66866
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user