aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_uuid_devel
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-23 17:24:14 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-23 17:24:14 +0100
commit2b8ba91b50c9536daac1ee64f4ef6737d03d349d (patch)
tree770ff8eb7600536bfd76015338e87f9349f3f055 /tools/check/check_uuid_devel
parenta114a32c90fb4a3d249de760869cd57d750dff90 (diff)
downloadxen-2b8ba91b50c9536daac1ee64f4ef6737d03d349d.tar.gz
xen-2b8ba91b50c9536daac1ee64f4ef6737d03d349d.tar.bz2
xen-2b8ba91b50c9536daac1ee64f4ef6737d03d349d.zip
blktap2: portability fixes for NetBSD
- Use standard off_t and lseek() instead of non-portable off64_t and lseek64() - Use uuid API as documented in DCE 1.1 RPC specification - Add NetBSD implementation for blk_getimagesize() and blk_getsectorsize() - Use blk_getimagesize() and blk_getsectorsize() - Fix uuid header check Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/check/check_uuid_devel')
-rwxr-xr-xtools/check/check_uuid_devel1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check/check_uuid_devel b/tools/check/check_uuid_devel
index 0a90b15eea..82bc2ed4b5 100755
--- a/tools/check/check_uuid_devel
+++ b/tools/check/check_uuid_devel
@@ -3,4 +3,5 @@
. ./funcs.sh
+has_header uuid.h || \
has_header uuid/uuid.h || fail "missing uuid headers (package uuid-dev)"