1
1
Files
zyxel-vmg8825_b50b-cfw/package/lxc/patches-2.0.4/001-uclibc-getline-compile-error.patch
T
2026-04-17 18:33:03 +02:00

13 lines
505 B
Diff

Index: lxc-2.0.4/src/lxc/tools/lxc_snapshot.c
===================================================================
--- lxc-2.0.4.orig/src/lxc/tools/lxc_snapshot.c 2016-08-15 19:37:55.000000000 -0700
+++ lxc-2.0.4/src/lxc/tools/lxc_snapshot.c 2020-02-05 22:02:54.881031322 -0800
@@ -16,6 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#define _GNU_SOURCE
#include "confile.h"
#include <stdio.h>