diff options
Diffstat (limited to 'sysutils/top/patches/patch-ag')
-rw-r--r-- | sysutils/top/patches/patch-ag | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/top/patches/patch-ag b/sysutils/top/patches/patch-ag new file mode 100644 index 00000000000..adf490a4203 --- /dev/null +++ b/sysutils/top/patches/patch-ag @@ -0,0 +1,9 @@ +$NetBSD: patch-ag,v 1.1 1999/12/08 16:18:50 agc Exp $ + +--- top.c Thu Sep 12 21:50:53 1996 ++++ top.c Sat Oct 4 03:25:02 1997 +@@ -716,3 +716,3 @@ + clear(); +- show_help(); ++ show_help(&statics); + standout("Hit any key to continue: "); |