Source-Changes-HG archive

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

[src/trunk]: src/bin/pax Fix RCS ID.



details:   https://anonhg.NetBSD.org/src/rev/aa15a6455789
branches:  trunk
changeset: 331321:aa15a6455789
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Aug 08 14:48:55 2014 +0000

description:
Fix RCS ID.

diffstat:

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

diffs (18 lines):

diff -r 3a6155f85cbc -r aa15a6455789 bin/pax/ar_io.c
--- a/bin/pax/ar_io.c   Fri Aug 08 14:43:14 2014 +0000
+++ b/bin/pax/ar_io.c   Fri Aug 08 14:48:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $netbsd: ar_io.c,v 1.48 2007/04/23 18:40:22 christos Exp $      */
+/*     $NetBSD: ar_io.c,v 1.55 2014/08/08 14:48:55 joerg Exp $ */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)ar_io.c    8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: ar_io.c,v 1.54 2012/03/20 18:42:28 matt Exp $");
+__RCSID("$NetBSD: ar_io.c,v 1.55 2014/08/08 14:48:55 joerg Exp $");
 #endif
 #endif /* not lint */
 



Home | Main Index | Thread Index | Old Index