From ccbbb1b94c6494d21dd9de0f05a68b2aa2e2f9f5 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 20 Aug 2003 03:35:38 +0000 Subject: [PATCH] fix comment; FD_SET is not used any longer --- usr.bin/top/top.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index 34cc5c914509..0d2a16406365 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -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 @@ const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre"; * * 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 #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"