Date: Sat, 27 May 2017 14:06:57 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318993 - head/lib/libstand Message-ID: <201705271406.v4RE6veW033255@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 27 14:06:57 2017 New Revision: 318993 URL: https://svnweb.freebsd.org/changeset/base/318993 Log: Use the usual FreeBSD spelling for the DHCP user class Reported by: lidl Modified: head/lib/libstand/bootp.c Modified: head/lib/libstand/bootp.c ============================================================================== --- head/lib/libstand/bootp.c Sat May 27 13:55:20 2017 (r318992) +++ head/lib/libstand/bootp.c Sat May 27 14:06:57 2017 (r318993) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705271406.v4RE6veW033255>