diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-02-22 06:37:00 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-02-22 06:37:00 +0000 |
commit | f33dff9ae83d109c167ed3dc9fde1970dd10bae5 (patch) | |
tree | 68a7f5b233154666c8fafaf2a7eded897d3bc28f /usr.bin/top | |
parent | 18f44192d925ef5f86ddff37a50bb93968ccf469 (diff) |
an unused define and an unused decl. From Mark Lumsden.
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/layout.h | 3 | ||||
-rw-r--r-- | usr.bin/top/top.h | 3 |
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; |