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.
13 lines
450 B
13 lines
450 B
--- src/dhcp-local.h.dist 2003-07-09 14:26:53.000000000 +0200 |
|
+++ src/dhcp-local.h 2003-07-09 14:30:19.000000000 +0200 |
|
@@ -107,6 +107,10 @@ |
|
#define INADDR_NONE -1 |
|
#endif /* INADDR_NONE */ |
|
|
|
+#ifdef NEED_IN_ADDR_T |
|
+typedef unsigned long in_addr_t; |
|
+#endif |
|
+ |
|
/* Some operating systems don't have SCNu8/SCNd8 but will have |
|
* the other C99 format macros. I guess they expect us just to |
|
* use normal character substitution. So we will. Otherwise
|
|
|