1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-06 09:17:25 +00:00

fix a typo (IFNAMSIZE -> IFNAMSIZ)

Obtained from: the NetBSD bugs mailinglist
This commit is contained in:
Torsten Blum 1995-10-23 00:46:07 +00:00
parent 9e08ad4bbe
commit 7395d17b1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11692

View File

@ -188,7 +188,7 @@ structure as its parameter. This structure has the form
.Bd -literal
struct ifreq {
#define IFNAMSIZ 16
char ifr_name[IFNAMSIZE]; /* if name, e.g. "en0" */
char ifr_name[IFNAMSIZ]; /* if name, e.g. "en0" */
union {
struct sockaddr ifru_addr;
struct sockaddr ifru_dstaddr;