[uClibc-cvs] uClibc/libc/inet ether_addr.c,1.1,1.2

Erik Andersen andersen at codepoet.org
Fri Jan 10 03:47:12 UTC 2003


Update of /var/cvs/uClibc/libc/inet
In directory winder:/tmp/cvs-serv5227

Modified Files:
	ether_addr.c 
Log Message:
Fix warnings


Index: ether_addr.c
===================================================================
RCS file: /var/cvs/uClibc/libc/inet/ether_addr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ether_addr.c	10 Jan 2003 03:07:38 -0000	1.1
+++ ether_addr.c	10 Jan 2003 03:47:08 -0000	1.2
@@ -15,13 +15,14 @@
 */
 
 
+#define __FORCE_GLIBC
+#include <features.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <netinet/ether.h>
 #include <netinet/if_ether.h>
 
-#define __FORCE_GLIBC
 struct ether_addr *ether_aton(const char *asc)
 {
 	static struct ether_addr result;




More information about the uClibc-cvs mailing list