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/top.h | |
parent | 18f44192d925ef5f86ddff37a50bb93968ccf469 (diff) |
an unused define and an unused decl. From Mark Lumsden.
Diffstat (limited to 'usr.bin/top/top.h')
-rw-r--r-- | usr.bin/top/top.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; |