2 changed files with 21 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||||
|
--- 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
|
||||||
Loading…
Reference in new issue