Module Name:    src
Committed By:   bouyer
Date:           Fri Jan 28 23:30:35 UTC 2011

Modified Files:
        src/sys/ufs/ufs [bouyer-quota2]: quota2_subr.c

Log Message:
Add RCSID


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/ufs/ufs/quota2_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ufs/ufs/quota2_subr.c
diff -u src/sys/ufs/ufs/quota2_subr.c:1.1.2.2 src/sys/ufs/ufs/quota2_subr.c:1.1.2.3
--- src/sys/ufs/ufs/quota2_subr.c:1.1.2.2	Fri Jan 28 18:36:06 2011
+++ src/sys/ufs/ufs/quota2_subr.c	Fri Jan 28 23:30:34 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: quota2_subr.c,v 1.1.2.2 2011/01/28 18:36:06 bouyer Exp $ */
+/* $NetBSD: quota2_subr.c,v 1.1.2.3 2011/01/28 23:30:34 bouyer Exp $ */
 /*-
   * Copyright (c) 2010 Manuel Bouyer
   * All rights reserved.
@@ -27,6 +27,9 @@
   * POSSIBILITY OF SUCH DAMAGE.
   */
 
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: quota2_subr.c,v 1.1.2.3 2011/01/28 23:30:34 bouyer Exp $");
+
 #include <sys/param.h>
 #include <sys/time.h>
 

Reply via email to