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
(from parent 1:
4fc9333
)
Rename "image" field to "data", because "image->image" is just confusing.
author
Michael Brown
<mcb30@etherboot.org>
Thu, 11 Jan 2007 16:07:30 +0000
(16:07 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 11 Jan 2007 16:07:30 +0000
(16:07 +0000)
src/include/gpxe/image.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/image.h
b/src/include/gpxe/image.h
index
cf6b7a8
..
6bb6b01
100644
(file)
--- a/
src/include/gpxe/image.h
+++ b/
src/include/gpxe/image.h
@@
-13,7
+13,7
@@
/** An executable or loadable image */
struct image {
/** Raw file image */
- userptr_t
image
;
+ userptr_t
data
;
/** Length of raw file image */
size_t len;