/usr/include/linux/ethtool.h:243: error: syntax error before "u64"
hm, i have to define u64 too... j
Index: src/NetworkManagerDevice.c =================================================================== RCS file: /cvs/gnome/NetworkManager/src/NetworkManagerDevice.c,v retrieving revision 1.95 diff -u -r1.95 NetworkManagerDevice.c --- src/NetworkManagerDevice.c 10 Feb 2005 21:16:03 -0000 1.95 +++ src/NetworkManagerDevice.c 11 Feb 2005 14:43:55 -0000 @@ -3613,6 +3613,7 @@ typedef u_int8_t u8; typedef u_int16_t u16; typedef u_int32_t u32; +typedef u_int64_t u64; /**************************************/
_______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
