svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Fri Feb 2 01:16:33 UTC 2007


Author: vda
Date: 2007-02-01 17:16:33 -0800 (Thu, 01 Feb 2007)
New Revision: 17709

Log:
trivial warning fix


Modified:
   trunk/busybox/networking/interface.c


Changeset:
Modified: trunk/busybox/networking/interface.c
===================================================================
--- trunk/busybox/networking/interface.c	2007-02-02 01:16:08 UTC (rev 17708)
+++ trunk/busybox/networking/interface.c	2007-02-02 01:16:33 UTC (rev 17709)
@@ -839,7 +839,7 @@
 	unsigned val;
 
 	sap->sa_family = ether_hwtype.type;
-	ptr = sap->sa_data;
+	ptr = (unsigned char*) sap->sa_data;
 
 	i = 0;
 	orig = bufp;




More information about the busybox-cvs mailing list