From c74788490dc35ac7f27276f94af13e1e707b039c Mon Sep 17 00:00:00 2001 From: lteo <> Date: Tue, 18 Mar 2014 03:58:49 +0000 Subject: Sync with the way struct ether_addr is actually defined in netinet/if_ether.h --- src/lib/libc/net/ethers.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index f14ad6d3f5..c254a120a7 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ethers.3,v 1.22 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: ethers.3,v 1.23 2014/03/18 03:58:49 lteo Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: March 18 2014 $ .Dt ETHERS 3 .Os .Sh NAME @@ -33,7 +33,7 @@ Ethernet addresses are represented by the following structure: .Bd -literal -offset indent struct ether_addr { - u_int8_t ether_addr_octet[6]; + u_int8_t ether_addr_octet[ETHER_ADDR_LEN]; }; .Ed .Pp -- cgit v1.2.3-55-g6feb