From owner-freebsd-current Sun Feb 11 08:27:04 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13781 for current-outgoing; Sun, 11 Feb 1996 08:27:04 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA13775 for ; Sun, 11 Feb 1996 08:27:00 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id RAA00919 for ; Sun, 11 Feb 1996 17:26:57 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id RAA13297 for freebsd-current@FreeBSD.ORG; Sun, 11 Feb 1996 17:26:59 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id RAA17495 for freebsd-current@FreeBSD.ORG; Sun, 11 Feb 1996 17:25:47 +0100 (MET) From: Ollivier Robert Message-Id: <199602111625.RAA17495@keltia.freenix.fr> Subject: libc_r and the removal of ccitt and iso To: freebsd-current@FreeBSD.ORG (FreeBSD Current Users' list) Date: Sun, 11 Feb 1996 17:25:46 +0100 (MET) X-Operating-System: FreeBSD 2.2-CURRENT ctm#1661 X-Mailer: ELM [version 2.4ME+ PL5 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG Precedence: bulk Now that netccitt and netiso is in the Attic, libc_r still reference netiso/iso.h in iso_addr.c. We should put iso_addr.{c,3} from libc/net into the Attic too (they're not in the Makefile any more). Index: Makefile.inc =================================================================== RCS file: /spare/FreeBSD-current/src/lib/libc_r/net/Makefile.inc,v retrieving revision 1.1 diff -u -2 -u -r1.1 Makefile.inc --- Makefile.inc 1996/01/22 00:22:32 1.1 +++ Makefile.inc 1996/02/11 16:23:08 @@ -9,5 +9,5 @@ getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \ inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c \ - iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c rcmd.c recv.c res_comp.c \ + linkaddr.c ns_addr.c ns_ntoa.c rcmd.c recv.c res_comp.c \ res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \ send.c ether_addr.c -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #6: Fri Feb 9 21:27:02 MET 1996