svn commit: [26188] trunk/busybox/networking

vda at busybox.net vda at busybox.net
Wed Apr 22 23:25:49 UTC 2009


Author: vda
Date: 2009-04-22 23:25:48 +0000 (Wed, 22 Apr 2009)
New Revision: 26188

Log:
inetd: constify data



Modified:
   trunk/busybox/networking/inetd.c


Changeset:
Modified: trunk/busybox/networking/inetd.c
===================================================================
--- trunk/busybox/networking/inetd.c	2009-04-22 21:35:52 UTC (rev 26187)
+++ trunk/busybox/networking/inetd.c	2009-04-22 23:25:48 UTC (rev 26188)
@@ -658,7 +658,7 @@
 	}
 
 	{
-		static int8_t SOCK_xxx[] ALIGN1 = {
+		static const int8_t SOCK_xxx[] ALIGN1 = {
 			-1,
 			SOCK_STREAM, SOCK_DGRAM, SOCK_RDM,
 			SOCK_SEQPACKET, SOCK_RAW



More information about the busybox-cvs mailing list