diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-systemd/endian.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python-systemd/endian.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-systemd/endian.patch b/meta-python/recipes-devtools/python/python-systemd/endian.patch deleted file mode 100644 index e09aea7336..0000000000 --- a/meta-python/recipes-devtools/python/python-systemd/endian.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Include endian.h for missing definitions of htobe16 | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | --- a/systemd/util.c | ||
6 | +++ b/systemd/util.c | ||
7 | @@ -28,6 +28,7 @@ | ||
8 | #include <stdbool.h> | ||
9 | #include <assert.h> | ||
10 | #include <errno.h> | ||
11 | +#include <endian.h> | ||
12 | #include <fcntl.h> | ||
13 | #include <unistd.h> | ||
14 | #include <net/if.h> | ||