head	1.2;
access;
symbols
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1
	old_RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.02.21.54.23;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2000.07.02.21.29.54;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@use IPv6 patch supplied from KAME.

Submitted by:	sumikawa
@
text
@--- src/host.h.orig	Sat Jan 31 03:38:01 1998
+++ src/host.h	Fri Sep 24 15:49:42 1999
@@@@ -25,8 +25,11 @@@@
 /* Function declarations */
 
 struct hostent *ngethostbyname PARAMS ((const char *));
+#ifdef INET6
+int store_hostaddress PARAMS ((struct sockaddr_storage *, const char *));
+#else
 int store_hostaddress PARAMS ((unsigned char *, const char *));
-
+#endif
 void clean_hosts PARAMS ((void));
 
 char *realhost PARAMS ((const char *));
@


1.1
log
@Add patches to allow wget to work with INET6.

Obtained from:	NetBSD (thanks itojun!)
Approved by:	obrien
@
text
@@

