Source-Changes-HG archive

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

[src/trunk]: src/bin/pax update the comment that documents the fields initial...



details:   https://anonhg.NetBSD.org/src/rev/3f6c31dc12cb
branches:  trunk
changeset: 570078:3f6c31dc12cb
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 22 14:52:00 2004 +0000

description:
update the comment that documents the fields initialized in the array below.

diffstat:

 bin/pax/options.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d429afc70100 -r 3f6c31dc12cb bin/pax/options.c
--- a/bin/pax/options.c Wed Sep 22 14:51:12 2004 +0000
+++ b/bin/pax/options.c Wed Sep 22 14:52:00 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.76 2004/06/20 22:20:14 jmc Exp $ */
+/*     $NetBSD: options.c,v 1.77 2004/09/22 14:52:00 christos Exp $    */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)options.c  8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: options.c,v 1.76 2004/06/20 22:20:14 jmc Exp $");
+__RCSID("$NetBSD: options.c,v 1.77 2004/09/22 14:52:00 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -129,7 +129,7 @@
  *
  *     name, blksz, hdsz, udev, hlk, blkagn, inhead, id, st_read,
  *     read, end_read, st_write, write, end_write, trail,
- *     rd_data, wr_data, options
+ *     subtrail, rd_data, wr_data, options
  */
 
 FSUB fsub[] = {



Home | Main Index | Thread Index | Old Index