diff options
Diffstat (limited to 'usr.bin/top/top.c')
-rw-r--r-- | usr.bin/top/top.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index c3bc5fe7fbc..c6607ce1dd1 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.7 2001/01/18 07:29:28 deraadt Exp $ */ +/* $OpenBSD: top.c,v 1.8 2001/07/17 02:23:58 pvalchev Exp $ */ const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre"; @@ -917,6 +917,7 @@ restart: quit(0); /*NOTREACHED*/ + return(0); } /* |