http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
When an async operation dies, orphan its children.
[people/xl0/gpxe.git]
/
src
/
crypto
/
framework.c
diff --git
a/src/crypto/framework.c
b/src/crypto/framework.c
index
1a370f2
..
0da2cbe
100644
(file)
--- a/
src/crypto/framework.c
+++ b/
src/crypto/framework.c
@@
-1,4
+1,6
@@
-#include <stdio.h>
+/* mcb - this file breaks the build process; temporarily deactivating */
+#if 0
+
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
@@
-80,3
+82,5
@@
int main(int argc, char *argv[])
return 0;
}
+
+#endif