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:
4291059
)
make imgfill_cmdline static
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:35:17 +0000
(21:35 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:35:17 +0000
(21:35 +0200)
src/hci/commands/image_cmd.c
patch
|
blob
|
history
diff --git
a/src/hci/commands/image_cmd.c
b/src/hci/commands/image_cmd.c
index
2d35ebc
..
97d41bd
100644
(file)
--- a/
src/hci/commands/image_cmd.c
+++ b/
src/hci/commands/image_cmd.c
@@
-45,7
+45,8
@@
* @v nargs Argument count
* @v args Argument list
*/
-void imgfill_cmdline ( struct image *image, unsigned int nargs, char **args ) {
+static void imgfill_cmdline ( struct image *image, unsigned int nargs,
+ char **args ) {
size_t used = 0;
image->cmdline[0] = '\0';