summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/layout.h3
-rw-r--r--usr.bin/top/top.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/top/layout.h b/usr.bin/top/layout.h
index c3e1264ef0f..61f43b072ff 100644
--- a/usr.bin/top/layout.h
+++ b/usr.bin/top/layout.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: layout.h,v 1.3 2005/06/08 22:36:43 millert Exp $ */
+/* $OpenBSD: layout.h,v 1.4 2007/02/22 06:36:59 otto Exp $ */
/*
* Top users/processes display for Unix
@@ -48,7 +48,6 @@
#define x_mem 8
extern int y_mem;
extern int y_message;
-#define x_header 0
extern int y_header;
#define x_idlecursor 0
extern int y_idlecursor;
diff --git a/usr.bin/top/top.h b/usr.bin/top/top.h
index 8559d27ff29..77c318efb7b 100644
--- a/usr.bin/top/top.h
+++ b/usr.bin/top/top.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: top.h,v 1.7 2005/06/17 09:40:48 markus Exp $ */
+/* $OpenBSD: top.h,v 1.8 2007/02/22 06:36:59 otto Exp $ */
/*
* Top users/processes display for Unix
@@ -87,4 +87,3 @@ extern int y_message;
extern int y_header;
extern int y_idlecursor;
extern int y_procs;
-extern int num_CPUS;