Source-Changes-HG archive

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

[src/netbsd-1-6]: src/bin/pax Pull up revision 1.30 (requested by cube in tic...



details:   https://anonhg.NetBSD.org/src/rev/8272d6b45a5f
branches:  netbsd-1-6
changeset: 531459:8272d6b45a5f
user:      he <he%NetBSD.org@localhost>
date:      Wed Aug 25 20:37:44 2004 +0000

description:
Pull up revision 1.30 (requested by cube in ticket #1732):
  Remove misplaced semi-colons.

diffstat:

 bin/pax/ar_subs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r cef774d1b79a -r 8272d6b45a5f bin/pax/ar_subs.c
--- a/bin/pax/ar_subs.c Sun Aug 22 14:30:00 2004 +0000
+++ b/bin/pax/ar_subs.c Wed Aug 25 20:37:44 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ar_subs.c,v 1.16.2.2 2004/06/16 01:27:38 jmc Exp $     */
+/*     $NetBSD: ar_subs.c,v 1.16.2.3 2004/08/25 20:37:44 he Exp $      */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)ar_subs.c  8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: ar_subs.c,v 1.16.2.2 2004/06/16 01:27:38 jmc Exp $");
+__RCSID("$NetBSD: ar_subs.c,v 1.16.2.3 2004/08/25 20:37:44 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -113,7 +113,7 @@
                         */
                        off_t cnt;
                        if (!(*frmt->rd_data)(arcn, arcn->type == PAX_GLF
-                           ? -1 : -2, &cnt));
+                           ? -1 : -2, &cnt))
                                (void)rd_skip(cnt + arcn->pad);
                        continue;
                }
@@ -207,7 +207,7 @@
                         * we need to read, to get the real filename
                         */
                        if (!(*frmt->rd_data)(arcn, arcn->type == PAX_GLF
-                           ? -1 : -2, &cnt));
+                           ? -1 : -2, &cnt))
                                (void)rd_skip(cnt + arcn->pad);
                        continue;
                }



Home | Main Index | Thread Index | Old Index