From owner-cvs-all Mon Jul 15 12:59: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E7D337B400; Mon, 15 Jul 2002 12:58:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC1043E6D; Mon, 15 Jul 2002 12:58:56 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FJwuJU002284; Mon, 15 Jul 2002 12:58:56 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6FJwuHN002283; Mon, 15 Jul 2002 12:58:56 -0700 (PDT) Message-Id: <200207151958.g6FJwuHN002283@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 15 Jul 2002 12:58:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net Makefile.inc if_indextoname.3 if_indextoname.c if_nameindex.c if_nametoindex.c ifname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/07/15 12:58:56 PDT Modified files: lib/libc/net Makefile.inc if_indextoname.3 Added files: lib/libc/net if_indextoname.c if_nameindex.c if_nametoindex.c Removed files: lib/libc/net ifname.c Log: Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex() and if_freenameindex(). Obtained from: KAME MFC after: 2 weeks Revision Changes Path 1.44 +1 -1 src/lib/libc/net/Makefile.inc 1.8 +85 -92 src/lib/libc/net/if_indextoname.3 1.1 +88 -0 src/lib/libc/net/if_indextoname.c (new) 1.1 +147 -0 src/lib/libc/net/if_nameindex.c (new) 1.1 +83 -0 src/lib/libc/net/if_nametoindex.c (new) 1.5 +0 -236 src/lib/libc/net/ifname.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message