aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-23 19:13:29 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-23 19:13:29 +0100
commita438f9140ab532c229a14be5bc45e2702cc0b36b (patch)
treec4b53a4dcd1a8796365faa6fca80959775a19bf5 /tools/libxl/libxl_internal.h
parentc8f6739e2e2491832238e784535d2f964734a162 (diff)
downloadxen-a438f9140ab532c229a14be5bc45e2702cc0b36b.tar.gz
xen-a438f9140ab532c229a14be5bc45e2702cc0b36b.tar.bz2
xen-a438f9140ab532c229a14be5bc45e2702cc0b36b.zip
tools/libxl: Revert broken NetBSD portability patches
Revert df9d8319bd37 Fix blktap2 NetBSD build and also revert broken change e76befc7fe2d portability fixes from tools/console 24277e3237ca Fix linking error when creating the xl binary. Now it builds again.
Diffstat (limited to 'tools/libxl/libxl_internal.h')
-rw-r--r--tools/libxl/libxl_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index 205d37306d..129e22cd50 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -149,7 +149,7 @@ void libxl__userdata_destroyall(struct libxl_ctx *ctx, uint32_t domid);
char *device_disk_backend_type_of_phystype(libxl_disk_phystype phystype);
char *device_disk_string_of_phystype(libxl_disk_phystype phystype);
-int device_physdisk_major_minor(const char *physpath, int *major, int *minor);
+int device_physdisk_major_minor(char *physpath, int *major, int *minor);
int device_disk_dev_number(char *virtpath);
int libxl_device_generic_add(struct libxl_ctx *ctx, libxl_device *device,