This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] include/cygwin/if.h: Fix a comment


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014

commit bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Dec 15 17:04:25 2015 +0100

    include/cygwin/if.h: Fix a comment

Diff:
---
 winsup/cygwin/include/cygwin/if.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/winsup/cygwin/include/cygwin/if.h b/winsup/cygwin/include/cygwin/if.h
index cca8fd5..6e10f3d 100644
--- a/winsup/cygwin/include/cygwin/if.h
+++ b/winsup/cygwin/include/cygwin/if.h
@@ -35,8 +35,8 @@ struct if_nameindex {
 };
 
 /* This is the structure expected by ioctl when the application requests
-   the friendly adapter name (>= XP SP1).  ifru_data should point to such
-   a structure when ioctl is called with SIOCGIFFRNDLYNAM. */
+   the friendly adapter name.  ifru_data should point to such a structure
+   when ioctl is called with SIOCGIFFRNDLYNAM. */
 #define IFRF_FRIENDLYNAMESIZ 260
 
 struct ifreq_frndlyname {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]