aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_netbsd.c
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_netbsd.c
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_netbsd.c')
-rw-r--r--tools/libxl/libxl_netbsd.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/libxl/libxl_netbsd.c b/tools/libxl/libxl_netbsd.c
deleted file mode 100644
index 6cbfd40b1d..0000000000
--- a/tools/libxl/libxl_netbsd.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2010 Advanced Micro Devices
- * Author Christoph Egger <Christoph.Egger@amd.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation; version 2.1 only.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- */
-
-#include "libxl.h"
-#include "libxl_osdeps.h"
-
-int libxl_blktap_enabled(struct libxl_ctx *ctx)
-{
- return 0;
-}
-
-const char *libxl_blktap_devpath(struct libxl_ctx *ctx,
- const char *disk,
- libxl_disk_phystype phystype)
-{
- return NULL;
-}