summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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