Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/fstat fix comment
details: https://anonhg.NetBSD.org/src/rev/51bc2fee8dac
branches: trunk
changeset: 512280:51bc2fee8dac
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Jul 08 20:24:05 2001 +0000
description:
fix comment
diffstat:
usr.bin/fstat/fstat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 670bb6d998db -r 51bc2fee8dac usr.bin/fstat/fstat.c
--- a/usr.bin/fstat/fstat.c Sun Jul 08 20:18:36 2001 +0000
+++ b/usr.bin/fstat/fstat.c Sun Jul 08 20:24:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fstat.c,v 1.49 2001/06/19 12:59:18 wiz Exp $ */
+/* $NetBSD: fstat.c,v 1.50 2001/07/08 20:24:05 jdolecek Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95";
#else
-__RCSID("$NetBSD: fstat.c,v 1.49 2001/06/19 12:59:18 wiz Exp $");
+__RCSID("$NetBSD: fstat.c,v 1.50 2001/07/08 20:24:05 jdolecek Exp $");
#endif
#endif /* not lint */
@@ -931,7 +931,7 @@
PREFIX(i);
- /* fill in socket */
+ /* fill in pipe */
if (!KVM_READ(cpipe, &cp, sizeof(struct pipe))) {
dprintf("can't read pipe at %p", cpipe);
goto bad;
Home |
Main Index |
Thread Index |
Old Index