summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-28 11:06:04 +0000
committerobrien <obrien@FreeBSD.org>2001-02-28 11:06:04 +0000
commita5bd8bc113a2170be9f09032ca4a22a7c298ffaa (patch)
tree8d119fb165442e38227232bcc9b40f1079e8a55b /bin/ps
parent5fa97ec5bf1abea642a3b8b50ea059f222a59fc8 (diff)
downloadFreeBSD-src-a5bd8bc113a2170be9f09032ca4a22a7c298ffaa.zip
FreeBSD-src-a5bd8bc113a2170be9f09032ca4a22a7c298ffaa.tar.gz
Fix style bug I introduced with rev 1.13 (rcsid after includes).
Along with CSRG id lossage in rev 1.11. Submitted by: bde
Diffstat (limited to 'bin/ps')
-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 f3e104f..f07ae90 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. */
OpenPOWER on IntegriCloud