Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/xen Bring back sys/disklabel.h for DISKUNIT and...
details: https://anonhg.NetBSD.org/src/rev/d413f403acd4
branches: trunk
changeset: 771214:d413f403acd4
user: hannken <hannken%NetBSD.org@localhost>
date: Mon Nov 14 16:04:29 2011 +0000
description:
Bring back sys/disklabel.h for DISKUNIT and DISKPART.
diffstat:
sys/arch/xen/xen/xbdback_xenbus.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 1f3ad3bf2e1f -r d413f403acd4 sys/arch/xen/xen/xbdback_xenbus.c
--- a/sys/arch/xen/xen/xbdback_xenbus.c Mon Nov 14 14:37:13 2011 +0000
+++ b/sys/arch/xen/xen/xbdback_xenbus.c Mon Nov 14 16:04:29 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xbdback_xenbus.c,v 1.49 2011/11/13 23:02:06 christos Exp $ */
+/* $NetBSD: xbdback_xenbus.c,v 1.50 2011/11/14 16:04:29 hannken Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xbdback_xenbus.c,v 1.49 2011/11/13 23:02:06 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xbdback_xenbus.c,v 1.50 2011/11/14 16:04:29 hannken Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -38,6 +38,7 @@
#include <sys/conf.h>
#include <sys/disk.h>
#include <sys/device.h>
+#include <sys/disklabel.h>
#include <sys/fcntl.h>
#include <sys/vnode.h>
#include <sys/kauth.h>
Home |
Main Index |
Thread Index |
Old Index