Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/top fix comment; FD_SET is not used any longer



details:   https://anonhg.NetBSD.org/src/rev/ca57dd089092
branches:  trunk
changeset: 550749:ca57dd089092
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Aug 20 03:35:38 2003 +0000

description:
fix comment; FD_SET is not used any longer

diffstat:

 usr.bin/top/top.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 184907992c9a -r ca57dd089092 usr.bin/top/top.c
--- a/usr.bin/top/top.c Wed Aug 20 01:31:12 2003 +0000
+++ b/usr.bin/top/top.c Wed Aug 20 03:35:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: top.c,v 1.16 2003/06/23 13:05:53 agc Exp $     */
+/*     $NetBSD: top.c,v 1.17 2003/08/20 03:35:38 itojun Exp $  */
 
 const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";
 
@@ -44,13 +44,12 @@
  *
  *     SIGHOLD  - use SVR4 sighold function when defined
  *     SIGRELSE - use SVR4 sigrelse function when defined
- *     FD_SET   - macros FD_SET and FD_ZERO are used when defined
  */
 
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: top.c,v 1.16 2003/06/23 13:05:53 agc Exp $");
+__RCSID("$NetBSD: top.c,v 1.17 2003/08/20 03:35:38 itojun Exp $");
 #endif
 
 #include "os.h"



Home | Main Index | Thread Index | Old Index