Browse Source

Currently unusable; do not attempt to compile

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
3b2f6e4585
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/interface/pxe/pxe_loader.c

+ 3
- 0
src/interface/pxe/pxe_loader.c View File

@@ -22,6 +22,8 @@
22 22
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
  */
24 24
 
25
+#warning "Currently broken"
26
+#if 0
25 27
 #include "pxe.h"
26 28
 
27 29
 /* PXENV_UNDI_LOADER
@@ -81,3 +83,4 @@ PXENV_EXIT_t undi_loader ( struct s_UNDI_LOADER *undi_loader ) {
81 83
 	undi_loader->u.Status = PXENV_STATUS_SUCCESS;
82 84
 	return PXENV_EXIT_SUCCESS;
83 85
 }
86
+#endif

Loading…
Cancel
Save