diff packages/net/common/current/src/dhcp_prot.c @ 1128:21aab473590c

* src/dhcp_prot.c: Added a declaration for cyg_arc4random() to eliminate a compiler warning.
author nickg
date Thu, 24 Jul 2003 18:07:45 +0000
parents db3e0a2fda2f
children c9c183d9b60a
line wrap: on
line diff
--- a/packages/net/common/current/src/dhcp_prot.c
+++ b/packages/net/common/current/src/dhcp_prot.c
@@ -71,6 +71,8 @@
 #include <netinet6/in6_var.h>
 #endif
 
+extern int  cyg_arc4random(void);
+
 // ------------------------------------------------------------------------
 // Returns a pointer to the end of dhcp message (or NULL if invalid)
 // meaning the address of the byte *after* the TAG_END token in the vendor