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:
426c2c1
)
make netboot() static
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:31:45 +0000
(21:31 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:31:45 +0000
(21:31 +0200)
src/usr/autoboot.c
patch
|
blob
|
history
diff --git
a/src/usr/autoboot.c
b/src/usr/autoboot.c
index
97b9a40
..
4bc43d5
100644
(file)
--- a/
src/usr/autoboot.c
+++ b/
src/usr/autoboot.c
@@
-103,7
+103,7
@@
static int boot_root_path ( const char *root_path ) {
* @v netdev Network device
* @ret rc Return status code
*/
-int netboot ( struct net_device *netdev ) {
+
static
int netboot ( struct net_device *netdev ) {
char buf[256];
int rc;