Remove an old comment.

This commit is contained in:
mycroft 2002-09-18 19:21:41 +00:00
parent 675b884ce8
commit 855996c546
1 changed files with 3 additions and 4 deletions

View File

@ -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 @@ forward(FILE *fp, enum STYLE style, long int off, struct stat *sbp)
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;