Module Name: src
Committed By: cegger
Date: Mon Jan 10 11:13:03 UTC 2011
Modified Files:
src/sys/arch/xen/include: xenio.h
Log Message:
fix typo in ioctl definition
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/include/xenio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/xen/include/xenio.h
diff -u src/sys/arch/xen/include/xenio.h:1.8 src/sys/arch/xen/include/xenio.h:1.9
--- src/sys/arch/xen/include/xenio.h:1.8 Wed Dec 15 14:45:47 2010
+++ src/sys/arch/xen/include/xenio.h Mon Jan 10 11:13:03 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: xenio.h,v 1.8 2010/12/15 14:45:47 cegger Exp $ */
+/* $NetBSD: xenio.h,v 1.9 2011/01/10 11:13:03 cegger Exp $ */
/******************************************************************************
* privcmd.h
@@ -112,7 +112,7 @@
#define IOCTL_PRIVCMD_INITDOMAIN_EVTCHN \
_IOR('P', 5, int)
#define IOCTL_PRIVCMD_MMAPBATCH_V2 \
- _IOW('P", 6, privcmd_mmapbatch_v2_t)
+ _IOW('P', 6, privcmd_mmapbatch_v2_t)
/* Interface to /dev/xenevt */
/* EVTCHN_RESET: Clear and reinit the event buffer. Clear error condition. */