Source-Changes-HG archive

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

[src/trunk]: src/lib/libquota Add missing RCSID().



details:   https://anonhg.NetBSD.org/src/rev/3e392dee26d2
branches:  trunk
changeset: 773387:3e392dee26d2
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Feb 01 06:12:37 2012 +0000

description:
Add missing RCSID().

diffstat:

 lib/libquota/quota_oldfiles.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7f338d714818 -r 3e392dee26d2 lib/libquota/quota_oldfiles.c
--- a/lib/libquota/quota_oldfiles.c     Wed Feb 01 05:49:45 2012 +0000
+++ b/lib/libquota/quota_oldfiles.c     Wed Feb 01 06:12:37 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: quota_oldfiles.c,v 1.7 2012/02/01 05:46:46 dholland Exp $      */
+/*     $NetBSD: quota_oldfiles.c,v 1.8 2012/02/01 06:12:37 dholland Exp $      */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -32,6 +32,9 @@
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: quota_oldfiles.c,v 1.8 2012/02/01 06:12:37 dholland Exp $");
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index