summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/bootp.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/boot/lib/libstand/bootp.h')
-rw-r--r--usr/src/boot/lib/libstand/bootp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/lib/libstand/bootp.h b/usr/src/boot/lib/libstand/bootp.h
index 3118c8c653..4fbb712e7d 100644
--- a/usr/src/boot/lib/libstand/bootp.h
+++ b/usr/src/boot/lib/libstand/bootp.h
@@ -37,7 +37,7 @@ struct bootp {
struct in_addr bp_giaddr; /* gateway IP address */
unsigned char bp_chaddr[16]; /* client hardware address */
unsigned char bp_sname[64]; /* server host name */
- unsigned char bp_file[128]; /* boot file name */
+ char bp_file[128]; /* boot file name */
#ifdef SUPPORT_DHCP
#define BOOTP_VENDSIZE 312
#else