david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

This file breaks "make blib"; please find a way to avoid doing this.

This commit is contained in:
Michael Brown 2006-07-17 19:19:17 +00:00
parent e71098a652
commit 7ab29b0bfe
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/* mcb - this file breaks the build process; temporarily deactivating */
#if 0
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
@ -80,3 +83,5 @@ int main(int argc, char *argv[])
return 0;
}
#endif