Module Name: src
Committed By: uebayasi
Date: Fri Aug 20 07:03:40 UTC 2010
Modified Files:
src/sys/dev [uebayasi-xip]: xmd.c
Log Message:
Missing RCS id.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/dev/xmd.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/dev/xmd.c
diff -u src/sys/dev/xmd.c:1.1.2.2 src/sys/dev/xmd.c:1.1.2.3
--- src/sys/dev/xmd.c:1.1.2.2 Fri Aug 20 07:03:23 2010
+++ src/sys/dev/xmd.c Fri Aug 20 07:03:40 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: xmd.c,v 1.1.2.2 2010/08/20 07:03:23 uebayasi Exp $ */
+/* $NetBSD: xmd.c,v 1.1.2.3 2010/08/20 07:03:40 uebayasi Exp $ */
/*-
* Copyright (c) 2010 Tsubai Masanari. All rights reserved.
@@ -27,6 +27,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: xmd.c,v 1.1.2.3 2010/08/20 07:03:40 uebayasi Exp $");
+
#include "opt_xip.h"
#include "opt_xmd.h"