summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2007-02-22 06:36:59 +0000
committerotto <otto@openbsd.org>2007-02-22 06:36:59 +0000
commit67ec6dde2dadd6f84320355a413af7b7a8fbe174 (patch)
tree03ce78b36d0cf232f4a24fe2a5cbc921a3ec9d29
parentNew resource mapper interface and structures (diff)
downloadwireguard-openbsd-67ec6dde2dadd6f84320355a413af7b7a8fbe174.tar.xz
wireguard-openbsd-67ec6dde2dadd6f84320355a413af7b7a8fbe174.zip
an unused define and an unused decl. From Mark Lumsden.
-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;