Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/examples/ping Fix RCS ID.
details: https://anonhg.NetBSD.org/src/rev/16fccfbc3ea3
branches: trunk
changeset: 338182:16fccfbc3ea3
user: joerg <joerg%NetBSD.org@localhost>
date: Wed May 13 12:13:38 2015 +0000
description:
Fix RCS ID.
diffstat:
sys/modules/examples/ping/cmd_ping.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1d5709e31ed8 -r 16fccfbc3ea3 sys/modules/examples/ping/cmd_ping.c
--- a/sys/modules/examples/ping/cmd_ping.c Wed May 13 12:01:24 2015 +0000
+++ b/sys/modules/examples/ping/cmd_ping.c Wed May 13 12:13:38 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cmd_ping.c,v 1.1 2015/05/13 07:07:36 pgoyette Exp $ */
+/* $NetBSD: cmd_ping.c,v 1.2 2015/05/13 12:13:38 joerg Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD $");
+__RCSID("$NetBSD: cmd_ping.c,v 1.2 2015/05/13 12:13:38 joerg Exp $");
#include <err.h>
#include <fcntl.h>
Home |
Main Index |
Thread Index |
Old Index