Date: Mon, 15 Jul 2002 12:58:56 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> 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 Message-ID: <200207151958.g6FJwuHN002283@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207151958.g6FJwuHN002283>