Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libutil Add missing __RCSID(3), again.
details: https://anonhg.NetBSD.org/src/rev/6da6023625e5
branches: trunk
changeset: 763676:6da6023625e5
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Mar 30 17:03:02 2011 +0000
description:
Add missing __RCSID(3), again.
diffstat:
tests/lib/libutil/t_efun.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a013e1db2f8d -r 6da6023625e5 tests/lib/libutil/t_efun.c
--- a/tests/lib/libutil/t_efun.c Wed Mar 30 17:02:17 2011 +0000
+++ b/tests/lib/libutil/t_efun.c Wed Mar 30 17:03:02 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_efun.c,v 1.1 2011/03/30 17:02:17 jruoho Exp $ */
+/* $NetBSD: t_efun.c,v 1.2 2011/03/30 17:03:02 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -28,6 +28,8 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: t_efun.c,v 1.2 2011/03/30 17:03:02 jruoho Exp $");
#include <atf-c.h>
Home |
Main Index |
Thread Index |
Old Index