diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-15 13:23:55 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-15 13:24:39 +0000 |
commit | 046ea077c13ac73c895db3922eeff71a031f0775 (patch) | |
tree | 9edf0755204ede0007f5b80218d1938f87c7b7fc /testing/libuser/0002-remove-unused-execinfo.h.patch | |
parent | 79af21f75abc0a58db04f803a5615d92e33676b0 (diff) | |
download | aports-046ea077c13ac73c895db3922eeff71a031f0775.tar.bz2 aports-046ea077c13ac73c895db3922eeff71a031f0775.tar.xz |
testing/libuser: new aport
Diffstat (limited to 'testing/libuser/0002-remove-unused-execinfo.h.patch')
-rw-r--r-- | testing/libuser/0002-remove-unused-execinfo.h.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/libuser/0002-remove-unused-execinfo.h.patch b/testing/libuser/0002-remove-unused-execinfo.h.patch new file mode 100644 index 0000000000..4bc0219f19 --- /dev/null +++ b/testing/libuser/0002-remove-unused-execinfo.h.patch @@ -0,0 +1,27 @@ +From 4b2f81f307ffeac12956e5c16e894e5ebb937ea5 Mon Sep 17 00:00:00 2001 +From: Khem Raj <raj.khem@gmail.com> +Date: Thu, 7 Jan 2016 02:26:00 +0000 +Subject: [PATCH 2/2] remove unused execinfo.h + +Signed-off-by: Khem Raj <raj.khem@gmail.com> +--- +Upstream-Status: Pending + + lib/error.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/lib/error.c b/lib/error.c +index a5ec30a..443e601 100644 +--- a/lib/error.c ++++ b/lib/error.c +@@ -18,7 +18,6 @@ + #include <config.h> + #include <sys/types.h> + #include <errno.h> +-#include <execinfo.h> + #include <libintl.h> + #include <stdarg.h> + #include <stdlib.h> +-- +2.7.0 + |