summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorMichael Brown2007-01-04 20:37:21 +0100
committerMichael Brown2007-01-04 20:37:21 +0100
commit3b2f6e4585b5b22f3a80f14a7be224d9c568422c (patch)
tree85e6b212f92e3a10661c4a91d0f168fb9902058d /src/interface
parentThis file is no longer used (diff)
downloadipxe-3b2f6e4585b5b22f3a80f14a7be224d9c568422c.tar.gz
ipxe-3b2f6e4585b5b22f3a80f14a7be224d9c568422c.tar.xz
ipxe-3b2f6e4585b5b22f3a80f14a7be224d9c568422c.zip
Currently unusable; do not attempt to compile
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/pxe/pxe_loader.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface/pxe/pxe_loader.c b/src/interface/pxe/pxe_loader.c
index 2539aaeb..d72838fd 100644
--- a/src/interface/pxe/pxe_loader.c
+++ b/src/interface/pxe/pxe_loader.c
@@ -22,6 +22,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#warning "Currently broken"
+#if 0
#include "pxe.h"
/* PXENV_UNDI_LOADER
@@ -81,3 +83,4 @@ PXENV_EXIT_t undi_loader ( struct s_UNDI_LOADER *undi_loader ) {
undi_loader->u.Status = PXENV_STATUS_SUCCESS;
return PXENV_EXIT_SUCCESS;
}
+#endif