From owner-cvs-all@FreeBSD.ORG Sat Feb 24 23:55:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 688E916A401; Sat, 24 Feb 2007 23:55:47 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBDE13C49D; Sat, 24 Feb 2007 23:55:47 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1ONtl5h066371; Sat, 24 Feb 2007 23:55:47 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ONtlSE066370; Sat, 24 Feb 2007 23:55:47 GMT (envelope-from sam) Message-Id: <200702242355.l1ONtlSE066370@repoman.freebsd.org> From: Sam Leffler Date: Sat, 24 Feb 2007 23:55:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig af_atalk.c af_inet.c af_inet6.c af_ipx.c af_link.c ifconfig.c ifconfig.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 23:55:47 -0000 sam 2007-02-24 23:55:47 UTC FreeBSD src repository Modified files: sbin/ifconfig af_atalk.c af_inet.c af_inet6.c af_ipx.c af_link.c ifconfig.c ifconfig.h Log: use getifaddrs from libc instead of private code Reviewed by: bms MFC after: 1 month Revision Changes Path 1.2 +9 -11 src/sbin/ifconfig/af_atalk.c 1.3 +11 -13 src/sbin/ifconfig/af_inet.c 1.6 +7 -9 src/sbin/ifconfig/af_inet6.c 1.2 +6 -6 src/sbin/ifconfig/af_ipx.c 1.4 +5 -5 src/sbin/ifconfig/af_link.c 1.125 +78 -150 src/sbin/ifconfig/ifconfig.c 1.19 +3 -4 src/sbin/ifconfig/ifconfig.h