mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
b865426672
This is about to be removed from OE-Core, so add it here for those that still want it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
20 lines
514 B
Diff
20 lines
514 B
Diff
| zeroconf.c: In function 'main':
|
|
| zeroconf.c:145: error: 'PATH_MAX' undeclared (first use in this function)
|
|
|
|
RP - 4/9/09
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Index: zeroconf-0.9/zeroconf.c
|
|
===================================================================
|
|
--- zeroconf-0.9.orig/zeroconf.c 2009-09-04 10:05:25.000000000 +0100
|
|
+++ zeroconf-0.9/zeroconf.c 2009-09-04 10:05:42.000000000 +0100
|
|
@@ -33,6 +33,7 @@
|
|
#include <net/if_arp.h>
|
|
#include <sys/time.h>
|
|
#include <signal.h>
|
|
+#include <limits.h>
|
|
|
|
#include "delay.h"
|
|
|