summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/if_dl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h
index 8697f1f8a56..2ef93321449 100644
--- a/sys/net/if_dl.h
+++ b/sys/net/if_dl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_dl.h,v 1.2 1997/02/24 13:33:58 niklas Exp $ */
+/* $OpenBSD: if_dl.h,v 1.3 2001/01/09 17:24:00 angelos Exp $ */
/* $NetBSD: if_dl.h,v 1.8 1995/03/26 20:30:13 jtc Exp $ */
/*
@@ -59,7 +59,7 @@
*/
struct sockaddr_dl {
u_char sdl_len; /* Total length of sockaddr */
- u_char sdl_family; /* AF_DLI */
+ u_char sdl_family; /* AF_LINK */
u_int16_t sdl_index; /* if != 0, system given index for interface */
u_char sdl_type; /* interface type */
u_char sdl_nlen; /* interface name length, no trailing 0 reqd. */