aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-05-27 14:06:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-05-27 14:06:57 +0000
commit5a95bf085c6eea4edf25bb4e2fdd0ef95657b24d (patch)
tree86b7e0f03bd2b0592604bedab912372d17bc69d8 /lib/libstand
parent4e2a7b5c99b5a161dea1aea9cc79b3f6cab8e46d (diff)
Notes
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/bootp.c b/lib/libstand/bootp.c
index 1f5cf9e26461..9b018fb643e4 100644
--- a/lib/libstand/bootp.c
+++ b/lib/libstand/bootp.c
@@ -150,7 +150,7 @@ bootp(int sock)
bp->bp_vend[19] = 8;
/* len of the first user class */
bp->bp_vend[20] = 7;
- bcopy("FREEBSD", &bp->bp_vend[21], 7);
+ bcopy("FreeBSD", &bp->bp_vend[21], 7);
bp->bp_vend[28] = TAG_PARAM_REQ;
bp->bp_vend[29] = 7;
bp->bp_vend[30] = TAG_ROOTPATH;