Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/include fix typo in ioctl definition
details: https://anonhg.NetBSD.org/src/rev/f3bb6c12566f
branches: trunk
changeset: 760652:f3bb6c12566f
user: cegger <cegger%NetBSD.org@localhost>
date: Mon Jan 10 11:13:03 2011 +0000
description:
fix typo in ioctl definition
diffstat:
sys/arch/xen/include/xenio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8edd30baddb5 -r f3bb6c12566f sys/arch/xen/include/xenio.h
--- a/sys/arch/xen/include/xenio.h Mon Jan 10 11:11:03 2011 +0000
+++ b/sys/arch/xen/include/xenio.h Mon Jan 10 11:13:03 2011 +0000
@@ -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. */
Home |
Main Index |
Thread Index |
Old Index