Module Name: src Committed By: jakllsch Date: Fri May 18 13:59:23 UTC 2012
Modified Files: src/sbin/amrctl: amrctl.c Log Message: Add $NetBSD$ to header, and add __RCSID. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sbin/amrctl/amrctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/amrctl/amrctl.c diff -u src/sbin/amrctl/amrctl.c:1.7 src/sbin/amrctl/amrctl.c:1.8 --- src/sbin/amrctl/amrctl.c:1.7 Fri May 18 13:55:15 2012 +++ src/sbin/amrctl/amrctl.c Fri May 18 13:59:23 2012 @@ -1,3 +1,5 @@ +/* $NetBSD: amrctl.c,v 1.8 2012/05/18 13:59:23 jakllsch Exp $ */ + /*- * Copyright (c) 2002, Pierre David <pierre.da...@crc.u-strasbg.fr> * Copyright (c) 2006, Jung-uk Kim <j...@freebsd.org> @@ -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>