fix a typo (IFNAMSIZE -> IFNAMSIZ)
Obtained from: the NetBSD bugs mailinglist
This commit is contained in:
parent
9e08ad4bbe
commit
7395d17b1b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user