diff options
Diffstat (limited to 'usr.bin/top/top.local.h')
-rw-r--r-- | usr.bin/top/top.local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.local.h b/usr.bin/top/top.local.h index 618e7b4c2f8..3ef332eb2f6 100644 --- a/usr.bin/top/top.local.h +++ b/usr.bin/top/top.local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: top.local.h,v 1.1 1997/08/14 14:00:26 downsj Exp $ */ +/* $OpenBSD: top.local.h,v 1.2 1997/08/14 15:05:04 downsj Exp $ */ /* * Top - a top users display for Berkeley Unix @@ -45,7 +45,7 @@ #endif #ifndef Default_TOPN -#define Default_TOPN 15 +#define Default_TOPN -1 #endif #ifndef Default_DELAY |