void-packages/srcpkgs/lxc/patches/musl-string.patch
iaroki 032a776e03 lxc: update to 3.0.1
Closes #14897.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-05 09:18:30 +02:00

15 lines
344 B
Diff

--- src/lxc/parse.c 2018-03-28 04:48:26.000000000 +0300
+++ src/lxc/parse.c 2018-05-07 21:07:45.737722549 +0300
@@ -23,11 +23,11 @@
#define _GNU_SOURCE
#include <stdio.h>
+#include <string.h>
#undef _GNU_SOURCE
#include <dirent.h>
#include <errno.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/mman.h>
#include "parse.h"