Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/amrctl Add $NetBSD$ to header, and add __RCSID.
details: https://anonhg.NetBSD.org/src/rev/68f71a3325d4
branches: trunk
changeset: 779318:68f71a3325d4
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Fri May 18 13:59:23 2012 +0000
description:
Add $NetBSD$ to header, and add __RCSID.
diffstat:
sbin/amrctl/amrctl.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r b74e1aed20ca -r 68f71a3325d4 sbin/amrctl/amrctl.c
--- a/sbin/amrctl/amrctl.c Fri May 18 13:55:15 2012 +0000
+++ b/sbin/amrctl/amrctl.c Fri May 18 13:59:23 2012 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: amrctl.c,v 1.8 2012/05/18 13:59:23 jakllsch Exp $ */
+
/*-
* Copyright (c) 2002, Pierre David <Pierre.David%crc.u-strasbg.fr@localhost>
* Copyright (c) 2006, Jung-uk Kim <jkim%FreeBSD.org@localhost>
@@ -26,6 +28,9 @@
*/
#include <sys/cdefs.h>
+#ifndef lint
+__RCSID("$NetBSD: amrctl.c,v 1.8 2012/05/18 13:59:23 jakllsch Exp $");
+#endif
#include <stdio.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index