Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libdwarf/dist remove RCSID, other files don't h...



details:   https://anonhg.NetBSD.org/src/rev/6a06eb39d172
branches:  trunk
changeset: 784094:6a06eb39d172
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 17 22:24:55 2013 +0000

description:
remove RCSID, other files don't have it.

diffstat:

 external/bsd/libdwarf/dist/dwarf_func.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fd70703c74ab -r 6a06eb39d172 external/bsd/libdwarf/dist/dwarf_func.c
--- a/external/bsd/libdwarf/dist/dwarf_func.c   Thu Jan 17 22:23:41 2013 +0000
+++ b/external/bsd/libdwarf/dist/dwarf_func.c   Thu Jan 17 22:24:55 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwarf_func.c,v 1.2 2013/01/17 22:23:41 christos Exp $  */
+/*     $NetBSD: dwarf_func.c,v 1.3 2013/01/17 22:24:55 christos Exp $  */
 
 /*-
  * Copyright (c) 2008-2009, 2011, Juniper Networks, Inc.
@@ -33,7 +33,6 @@
 #endif
 
 /* __FBSDID("$FreeBSD: src/lib/libdwarf/dwarf_func.c,v 1.2 2012/11/17 01:49:48 svnexp Exp $"); */
-__RCSID("$NetBSD: dwarf_func.c,v 1.2 2013/01/17 22:23:41 christos Exp $");
 
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index