You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- dhcping.c.org Tue Feb 11 15:45:12 2003 |
|
+++ dhcping.c Wed Feb 12 09:58:14 2003 |
|
@@ -40,6 +40,10 @@ |
|
#include <string.h> |
|
#include <time.h> |
|
|
|
+#ifdef NEED_SOCKLEN_T |
|
+ typedef size_t socklen_t; |
|
+#endif |
|
+ |
|
#include "dhcp_options.h" |
|
|
|
#define BUF_SIZ 256*256
|
|
|