From eeabe8776dadea2e3cb3eb0b2d792fbc6e0ae198 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 2 Dec 1998 13:44:40 +0000 Subject: Update. 1998-12-02 Ulrich Drepper * elf/elf.h: Add R_MIPS_JALR and adjust R_MIPS_NUM appropriately. 1998-12-02 Andreas Jaeger * inet/Versions: Remove inet6_isipv4mapped. 1998-12-02 Philip Blundell * inet/in6_addr.c (inet6_isipv4mapped): Obsolete, deleted. 1998-11-30 Andreas Schwab * manual/time.texi (Formatting Date and Time): Fix typo. 1998-11-30 Andreas Schwab * sysdeps/unix/sysv/linux/configure.in: Only check for symlinks when configuring natively. Use autoconf macros instead of rolling our own. Handle defaulted prefix. --- inet/in6_addr.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'inet/in6_addr.c') diff --git a/inet/in6_addr.c b/inet/in6_addr.c index 69c9c0b468..7460118919 100644 --- a/inet/in6_addr.c +++ b/inet/in6_addr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. @@ -23,8 +23,3 @@ const struct in6_addr in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }; const struct in6_addr in6addr_loopback = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }; - -int inet6_isipv4mapped(const struct in6_addr *addr) -{ - return IN6_IS_ADDR_V4MAPPED(addr); -} -- cgit v1.2.3