[Glibc-bsd-commits] r2841 - trunk/glibc-ports/kfreebsd/net

Petr Salinger ps-guest at alioth.debian.org
Sat Nov 14 13:36:30 UTC 2009


Author: ps-guest
Date: 2009-11-14 13:36:30 +0000 (Sat, 14 Nov 2009)
New Revision: 2841

Modified:
   trunk/glibc-ports/kfreebsd/net/ethernet.h
Log:
for 8.0 ...


Modified: trunk/glibc-ports/kfreebsd/net/ethernet.h
===================================================================
--- trunk/glibc-ports/kfreebsd/net/ethernet.h	2009-11-14 13:06:55 UTC (rev 2840)
+++ trunk/glibc-ports/kfreebsd/net/ethernet.h	2009-11-14 13:36:30 UTC (rev 2841)
@@ -32,7 +32,7 @@
    systems.  */
 struct ether_addr
 {
-  u_int8_t ether_addr_octet[ETH_ALEN];
+  u_int8_t octet[ETH_ALEN];
 } __attribute__ ((__packed__));
 
 /* 10Mb/s ethernet header */




More information about the Glibc-bsd-commits mailing list