diff options
-rw-r--r-- | meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/0002-Fix-build-issues-found-with-musl.patch | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/0002-Fix-build-issues-found-with-musl.patch b/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/0002-Fix-build-issues-found-with-musl.patch index 717b4d73f4..349a1351fe 100644 --- a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/0002-Fix-build-issues-found-with-musl.patch +++ b/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/0002-Fix-build-issues-found-with-musl.patch | |||
@@ -12,8 +12,6 @@ Upstream-Status: Pending | |||
12 | rwhod/rwhod.c | 5 +++-- | 12 | rwhod/rwhod.c | 5 +++-- |
13 | 3 files changed, 5 insertions(+), 2 deletions(-) | 13 | 3 files changed, 5 insertions(+), 2 deletions(-) |
14 | 14 | ||
15 | diff --git a/ruptime/ruptime.c b/ruptime/ruptime.c | ||
16 | index 1d4f7b6..f1f043c 100644 | ||
17 | --- a/ruptime/ruptime.c | 15 | --- a/ruptime/ruptime.c |
18 | +++ b/ruptime/ruptime.c | 16 | +++ b/ruptime/ruptime.c |
19 | @@ -53,6 +53,7 @@ char ruptime_rcsid[] = | 17 | @@ -53,6 +53,7 @@ char ruptime_rcsid[] = |
@@ -24,11 +22,9 @@ index 1d4f7b6..f1f043c 100644 | |||
24 | 22 | ||
25 | struct hs { | 23 | struct hs { |
26 | char hs_hostname[MAXHOSTNAMELEN]; | 24 | char hs_hostname[MAXHOSTNAMELEN]; |
27 | diff --git a/rwho/rwho.c b/rwho/rwho.c | ||
28 | index 63919ac..71aec9e 100644 | ||
29 | --- a/rwho/rwho.c | 25 | --- a/rwho/rwho.c |
30 | +++ b/rwho/rwho.c | 26 | +++ b/rwho/rwho.c |
31 | @@ -49,6 +49,7 @@ char rcsid[] = "$Id: rwho.c,v 1.7 1999/08/01 20:44:18 dholland Exp $"; | 27 | @@ -49,6 +49,7 @@ char rcsid[] = "$Id: rwho.c,v 1.7 1999/0 |
32 | #include <assert.h> | 28 | #include <assert.h> |
33 | #include <stdio.h> | 29 | #include <stdio.h> |
34 | #include <time.h> | 30 | #include <time.h> |
@@ -36,8 +32,6 @@ index 63919ac..71aec9e 100644 | |||
36 | #include <protocols/rwhod.h> | 32 | #include <protocols/rwhod.h> |
37 | 33 | ||
38 | #include "../version.h" | 34 | #include "../version.h" |
39 | diff --git a/rwhod/rwhod.c b/rwhod/rwhod.c | ||
40 | index 54498d0..40cabcf 100644 | ||
41 | --- a/rwhod/rwhod.c | 35 | --- a/rwhod/rwhod.c |
42 | +++ b/rwhod/rwhod.c | 36 | +++ b/rwhod/rwhod.c |
43 | @@ -76,6 +76,7 @@ char rcsid[] = | 37 | @@ -76,6 +76,7 @@ char rcsid[] = |
@@ -66,6 +60,13 @@ index 54498d0..40cabcf 100644 | |||
66 | /* | 60 | /* |
67 | * Taken from: | 61 | * Taken from: |
68 | * | 62 | * |
69 | -- | 63 | --- a/include/protocols/rwhod.h |
70 | 2.14.1 | 64 | +++ b/include/protocols/rwhod.h |
71 | 65 | @@ -37,6 +37,7 @@ | |
66 | #ifndef _RWHOD_H_ | ||
67 | #define _RWHOD_H_ | ||
68 | |||
69 | +#include <stdint.h> | ||
70 | /* | ||
71 | * rwho protocol packet format. | ||
72 | */ | ||