Fix style bug I introduced with rev 1.13 (rcsid after includes).

Along with CSRG id lossage in rev 1.11.

Submitted by:	bde
This commit is contained in:
David E. O'Brien 2001-02-28 11:06:04 +00:00
parent 16833ea1d9
commit 3f83ed9d1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73219

View File

@ -31,16 +31,18 @@
* SUCH DAMAGE.
*/
#include <sys/types.h>
#include <sys/sysctl.h>
#include <stddef.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/sysctl.h>
#include <stddef.h>
fixpt_t ccpu; /* kernel _ccpu variable */
int nlistread; /* if nlist already read. */