mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Have this use 'static const char rcsid' instead of __RCSID()
Discussed with: bde, obrien MFC after: 10 days
This commit is contained in:
parent
1d145de849
commit
afad6c6529
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97424
@ -31,9 +31,10 @@
|
||||
* ------+---------+---------+---------+---------+---------+---------+---------*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__FBSDID("$FreeBSD$");
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user