http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d475ecd
)
Take out unused cleanup() function so that we can remove the link
author
Michael Brown
<mcb30@etherboot.org>
Mon, 14 Aug 2006 22:52:35 +0000
(22:52 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 14 Aug 2006 22:52:35 +0000
(22:52 +0000)
dependency on dev.o.
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index
a15d0f6
..
3083940
100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-345,16
+345,17
@@
static const struct proto protos[] = {
};
#endif
-
/**************************************************************************
CLEANUP - shut down networking and console so that the OS may be called
**************************************************************************/
+#if 0
void cleanup(void)
{
/* Stop receiving packets */
disable ( &dev );
initialized = 0;
}
+#endif
/*
* Local variables: