~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] Fixing partimage headers

Details
Message ID
<1410924975-11903-1-git-send-email-k0r10n.dev@gmail.com>
Sender timestamp
1410924975
DKIM signature
missing
Download raw message
Patch: +10 -0
---
 aports/testing/partimage/partimage-0.6.9-common.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 aports/testing/partimage/partimage-0.6.9-common.patch

diff --git a/aports/testing/partimage/partimage-0.6.9-common.patch b/aports/testing/partimage/partimage-0.6.9-common.patch
new file mode 100644
index 0000000..98d3df8
--- /dev/null
+++ b/aports/testing/partimage/partimage-0.6.9-common.patch
@@ -0,0 +1,10 @@
--- a/src/shared/common.h
+++ b/src/shared/common.h
@@ -21,6 +21,7 @@
 
 #include <stdarg.h>
 #include <pthread.h>
+#include <sys/types.h>
 
 #include <sys/param.h>
 
-- 
2.0.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140917162150.2951193a@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1410924975-11903-1-git-send-email-k0r10n.dev@gmail.com> (view parent)
Sender timestamp
1410963710
DKIM signature
missing
Download raw message
On Wed, 17 Sep 2014 07:36:15 +0400
k0r10n <k0r10n.dev@gmail.com> wrote:

> ---
>  aports/testing/partimage/partimage-0.6.9-common.patch | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>  create mode 100644 aports/testing/partimage/partimage-0.6.9-common.patch

I think maybe you meant testing/partimage/partimage-0.6.9-common.patch,
without the aports/ prefix.

I move it to proper location and cleaned up the APKBUILD a bit

Thanks!

-nc

> 
> diff --git a/aports/testing/partimage/partimage-0.6.9-common.patch b/aports/testing/partimage/partimage-0.6.9-common.patch
> new file mode 100644
> index 0000000..98d3df8
> --- /dev/null
> +++ b/aports/testing/partimage/partimage-0.6.9-common.patch
> @@ -0,0 +1,10 @@
> +--- a/src/shared/common.h
> ++++ b/src/shared/common.h
> +@@ -21,6 +21,7 @@
> + 
> + #include <stdarg.h>
> + #include <pthread.h>
> ++#include <sys/types.h>
> + 
> + #include <sys/param.h>
> + 



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)