diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-21 22:10:09 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-23 13:09:24 +0100 |
commit | d6ac6942f9b74bf24dcd37642259347ab7b0eaaa (patch) | |
tree | 8ffd9c3e47f2cf2fc4eff4a77f1a1490bde0b1f7 /package/vboot-utils/0002-ssize-t.patch | |
parent | 202ad0fd49d38a1acc25daebcfe80458e3179b79 (diff) | |
download | buildroot-d6ac6942f9b74bf24dcd37642259347ab7b0eaaa.tar.gz buildroot-d6ac6942f9b74bf24dcd37642259347ab7b0eaaa.zip |
vboot-utils: convert to Git formatted patches
Since vboot-utils is hosted in a Git repository, it makes sense to use
Git formatted patches for this package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vboot-utils/0002-ssize-t.patch')
-rw-r--r-- | package/vboot-utils/0002-ssize-t.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/vboot-utils/0002-ssize-t.patch b/package/vboot-utils/0002-ssize-t.patch deleted file mode 100644 index 9f1df453ad..0000000000 --- a/package/vboot-utils/0002-ssize-t.patch +++ /dev/null @@ -1,14 +0,0 @@ -The code uses ssize_t which is usually defined in <unistd.h> - -Signed-off-by: Alex Suykov <alex.suykov@gmail.com> - ---- a/host/lib/fmap.c -+++ a/host/lib/fmap.c -@@ -6,6 +6,7 @@ - - #include <stdio.h> - #include <string.h> -+#include <unistd.h> - - #include "fmap.h" - |