This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Another missing prototype: inet6_isipv4mapped


>>>>> Philip Blundell writes:

>> inet/in6_addr.c defines inet6_isipv4mapped but it's not in any
>> header. 

 > I found out why this was added: it was required by an early draft of the IPv6 
 > Basic API.  The later revisions have dropped the function so we can get rid of 
 > it.  I've attached a patch.  Thanks for spotting this.

 > p.

 > 1998-12-02  Philip Blundell  <pb@nexus.co.uk>

 > 	* inet/in6_addr.c (inet6_isipv4mapped): Obsolete, deleted.

Thanks for getting all the details together.  Here's a patch which
supplements yours.

Andreas

1998-12-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* inet/Versions: Remove inet6_isipv4mapped.

--- inet/Versions.~1~	Fri Jul  3 00:31:43 1998
+++ inet/Versions	Wed Dec  2 19:44:51 1998
@@ -53,6 +53,5 @@
 
     # i*
     if_freenameindex; if_indextoname; if_nameindex; if_nametoindex;
-    inet6_isipv4mapped;
   }
 }


-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]