diff packages/net/bsd_tcpip/current/include/sys/param.h @ 3032:eb7e5d3caa29

* include/sys/param.h: Fix cyg_arc4random() extern. Issue reported by Marwijn Hessel. [ Bugzilla 1001227 ]
author jld
date Thu, 12 May 2011 08:00:58 +0000
parents 74dbf4c3f2e1
children 64c563c52ef5
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/include/sys/param.h
+++ b/packages/net/bsd_tcpip/current/include/sys/param.h
@@ -12,7 +12,7 @@
 // and license included herein.                                 
 //
 // Portions created by the Free Software Foundation are         
-// Copyright (C) 2002 Free Software Foundation, Inc.            
+// Copyright (C) 2002, 2011 Free Software Foundation, Inc.            
 // -------------------------------------------                  
 // ####BSDCOPYRIGHTEND####                                      
 //==========================================================================
@@ -1042,5 +1042,5 @@ if (cyg_net_log_mask & lvl)
 #endif
 
 #endif // _KERNEL
-int extern cyg_arc4random(void);
+extern int cyg_arc4random(void);
 #endif //_SYS_PARAM_H_