Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/tail Remove an old comment.
details: https://anonhg.NetBSD.org/src/rev/371263728c97
branches: trunk
changeset: 536562:371263728c97
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Sep 18 19:21:41 2002 +0000
description:
Remove an old comment.
diffstat:
usr.bin/tail/forward.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 8dbc13ce81f2 -r 371263728c97 usr.bin/tail/forward.c
--- a/usr.bin/tail/forward.c Wed Sep 18 19:16:09 2002 +0000
+++ b/usr.bin/tail/forward.c Wed Sep 18 19:21:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: forward.c,v 1.20 2002/09/18 19:14:58 mycroft Exp $ */
+/* $NetBSD: forward.c,v 1.21 2002/09/18 19:21:41 mycroft Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: forward.c,v 1.20 2002/09/18 19:14:58 mycroft Exp $");
+__RCSID("$NetBSD: forward.c,v 1.21 2002/09/18 19:21:41 mycroft Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -190,8 +190,7 @@
break;
/*
* We pause for one second after displaying any data that has
- * accumulated since we read the file. Since sleep(3) takes
- * eight system calls, use select() instead.
+ * accumulated since we read the file.
*/
second.tv_sec = 1;
second.tv_nsec = 0;
Home |
Main Index |
Thread Index |
Old Index