aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-28 11:06:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-28 11:06:04 +0000
commit3f83ed9d1cb5962530f9609c84ba3962bec4d26d (patch)
tree9b00a5098c7df1788994897d1c5ceb11810948f3 /bin
parent16833ea1d9c30854e54c4b7ad048b0ddb638d027 (diff)
downloadsrc-3f83ed9d1cb5962530f9609c84ba3962bec4d26d.tar.gz
src-3f83ed9d1cb5962530f9609c84ba3962bec4d26d.zip
Fix style bug I introduced with rev 1.13 (rcsid after includes).
Along with CSRG id lossage in rev 1.11. Submitted by: bde
Notes
Notes: svn path=/head/; revision=73219
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/nlist.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index f3e104f49a6d..f07ae90c3900 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -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. */