Module Name: src Committed By: christos Date: Thu Jan 17 22:24:55 UTC 2013
Modified Files: src/external/bsd/libdwarf/dist: dwarf_func.c Log Message: remove RCSID, other files don't have it. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libdwarf/dist/dwarf_func.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/libdwarf/dist/dwarf_func.c diff -u src/external/bsd/libdwarf/dist/dwarf_func.c:1.2 src/external/bsd/libdwarf/dist/dwarf_func.c:1.3 --- src/external/bsd/libdwarf/dist/dwarf_func.c:1.2 Thu Jan 17 17:23:41 2013 +++ src/external/bsd/libdwarf/dist/dwarf_func.c Thu Jan 17 17:24:55 2013 @@ -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>