Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/resize_ffs Add missing __RCSID().



details:   https://anonhg.NetBSD.org/src/rev/6cd09072eddf
branches:  trunk
changeset: 768347:6cd09072eddf
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Aug 15 00:30:25 2011 +0000

description:
Add missing __RCSID().

diffstat:

 sbin/resize_ffs/resize_ffs.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f6952825020f -r 6cd09072eddf sbin/resize_ffs/resize_ffs.c
--- a/sbin/resize_ffs/resize_ffs.c      Mon Aug 15 00:27:50 2011 +0000
+++ b/sbin/resize_ffs/resize_ffs.c      Mon Aug 15 00:30:25 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resize_ffs.c,v 1.28 2011/08/15 00:27:50 dholland Exp $ */
+/*     $NetBSD: resize_ffs.c,v 1.29 2011/08/15 00:30:25 dholland Exp $ */
 /* From sources sent on February 17, 2003 */
 /*-
  * As its sole author, I explicitly place this code in the public
@@ -36,6 +36,8 @@
  */
 
 #include <sys/cdefs.h>
+__RCSID("$NetBSD: resize_ffs.c,v 1.29 2011/08/15 00:30:25 dholland Exp $");
+
 #include <sys/disk.h>
 #include <sys/disklabel.h>
 #include <sys/dkio.h>



Home | Main Index | Thread Index | Old Index