Have this use 'static const char rcsid' instead of __RCSID()

Discussed with:	bde, obrien
MFC after:	10 days
This commit is contained in:
Garance A Drosehn 2002-05-28 20:37:00 +00:00
parent 1d145de849
commit afad6c6529
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97424

View File

@ -31,9 +31,10 @@
* ------+---------+---------+---------+---------+---------+---------+---------*
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>