Module: wine Branch: master Commit: 0de0796134209bd6318ea8031bf297cad8ce880b URL: http://source.winehq.org/git/wine.git/?a=commit;h=0de0796134209bd6318ea8031b...
Author: Juan Lang juan.lang@gmail.com Date: Sun Nov 13 08:30:38 2011 -0800
iphlpapi: Remove an unmaintained comment, and update copyright.
---
dlls/iphlpapi/ifenum.c | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-)
diff --git a/dlls/iphlpapi/ifenum.c b/dlls/iphlpapi/ifenum.c index 7e0caf2..e749cce 100644 --- a/dlls/iphlpapi/ifenum.c +++ b/dlls/iphlpapi/ifenum.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003,2006 Juan Lang +/* Copyright (C) 2003,2006,2011 Juan Lang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -13,18 +13,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - * - * Implementation notes - * FIXME: - * - I don't support IPv6 addresses here, since SIOCGIFCONF can't return them - * - * There are three implemented methods for determining the MAC address of an - * interface: - * - a specific IOCTL (Linux) - * - looking in the ARP cache (at least Solaris) - * - using the sysctl interface (FreeBSD and Mac OS X) - * Solaris and some others have SIOCGENADDR, but I haven't gotten that to work - * on the Solaris boxes at SourceForge's compile farm, whereas SIOCGARP does. */
#include "config.h"