svn commit: trunk/uClibc/test/inet

vapier at uclibc.org vapier at uclibc.org
Wed Feb 15 04:30:09 UTC 2006


Author: vapier
Date: 2006-02-14 20:30:07 -0800 (Tue, 14 Feb 2006)
New Revision: 14035

Log:
fix prototype warning

Modified:
   trunk/uClibc/test/inet/if_nameindex.c


Changeset:
Modified: trunk/uClibc/test/inet/if_nameindex.c
===================================================================
--- trunk/uClibc/test/inet/if_nameindex.c	2006-02-15 04:29:47 UTC (rev 14034)
+++ trunk/uClibc/test/inet/if_nameindex.c	2006-02-15 04:30:07 UTC (rev 14035)
@@ -52,7 +52,7 @@
 	printf("if_nametoindex(%s) = %i\n", ifname, ifindex);
 }
 
-int main()
+int main(void)
 {
 	test_if_nameindex();
 	test_if_indextoname();




More information about the uClibc-cvs mailing list