From c18b79066bbe0d2f6f70a042e575d8ef87e5aab5 Mon Sep 17 00:00:00 2001 From: itojun <> Date: Thu, 17 Feb 2000 17:09:41 +0000 Subject: to synchronize with progress of discussion for post draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01), use "address%interface" notation for extended scoped IPv6 address. NOTE: the change affects link-local addresses only. I hope it to be the final change on it..... --- src/lib/libc/net/getaddrinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/net/getaddrinfo.c') diff --git a/src/lib/libc/net/getaddrinfo.c b/src/lib/libc/net/getaddrinfo.c index 378206e6ee..cebcc45c7b 100644 --- a/src/lib/libc/net/getaddrinfo.c +++ b/src/lib/libc/net/getaddrinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getaddrinfo.c,v 1.12 2000/02/16 12:53:35 itojun Exp $ */ +/* $OpenBSD: getaddrinfo.c,v 1.13 2000/02/17 17:09:40 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -752,7 +752,7 @@ explore_numeric_scope(pai, hostname, servname, res) if (cp == NULL) return explore_numeric(pai, hostname, servname, res); -#if 1 +#if 0 /* * Handle special case of */ -- cgit v1.2.3-55-g6feb