summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules/NetBoot/NetBoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/modules/NetBoot/NetBoot.h')
-rw-r--r--dev/boot/modules/NetBoot/NetBoot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/modules/NetBoot/NetBoot.h b/dev/boot/modules/NetBoot/NetBoot.h
index aeeaf18b..e250ef27 100644
--- a/dev/boot/modules/NetBoot/NetBoot.h
+++ b/dev/boot/modules/NetBoot/NetBoot.h
@@ -29,5 +29,5 @@ typedef struct NETBOOT_INTERNET_HEADER
NeOS::Char PatchTarget[kNetBootNameLen]; /// the target file.
NeOS::Boolean EEPROM : 1; /// does it imply an EEPROM reprogram?
NeOS::Boolean Preflight : 1; /// is it a preflight packet.
- NeOS::Char Data[]; /// non preflight packet has a patch blob for a **PatchTarget**
+ NeOS::Char PatchData[]; /// non preflight packet has a patch blob for a **PatchTarget**
} ATTRIBUTE(packed) NETBOOT_INTERNET_HEADER;