diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/vars6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/vars6.c b/src/lib/libc/net/vars6.c index 6d0f069ef6..a22d49d047 100644 --- a/src/lib/libc/net/vars6.c +++ b/src/lib/libc/net/vars6.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: vars6.c,v 1.1 1999/12/11 08:09:11 itojun Exp $ */ | 1 | /* $OpenBSD: vars6.c,v 1.2 2003/05/10 10:56:47 jmc Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. | 4 | * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
@@ -33,7 +33,7 @@ | |||
33 | #include <netinet/in.h> | 33 | #include <netinet/in.h> |
34 | 34 | ||
35 | /* | 35 | /* |
36 | * Definitions of some costant IPv6 addresses. | 36 | * Definitions of some constant IPv6 addresses. |
37 | */ | 37 | */ |
38 | const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; | 38 | const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; |
39 | const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; | 39 | const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; |