aboutsummaryrefslogtreecommitdiff
path: root/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff
diff options
context:
space:
mode:
authorLibreboot Contributor <contributor@libreboot.org>2020-04-02 20:59:23 +0200
committerLibreboot Contributor <contributor@libreboot.org>2020-04-02 20:59:43 +0200
commita2f4bef6de0e1f5770d489e861c78890f81229c1 (patch)
treebc74ce87d44cfcae1eecff62c0fbf6a97b1812fc /i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff
parentc6cb6cf4769cd535eee9abfd41fbf717a51d067c (diff)
downloadlibrebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.tar.gz
librebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.zip
link to french version of gplv3 at the top of i18n/fr_FR/COPYING . Also, we remove files that we haven't translated yet, it weights a lot.
Diffstat (limited to 'i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff')
-rw-r--r--i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff b/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff
deleted file mode 100644
index 08b1751b..00000000
--- a/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-fcntl-20170120-702322e.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/linux_spi.c b/linux_spi.c
-index 0199cf5..d56e8b0 100644
---- a/linux_spi.c
-+++ b/linux_spi.c
-@@ -20,11 +20,12 @@
- #include <stdio.h>
- #include <string.h>
- #include <stdlib.h>
--#include <sys/fcntl.h>
-+#include <fcntl.h>
- #include <errno.h>
- #include <ctype.h>
- #include <unistd.h>
- #include <linux/spi/spidev.h>
-+#include <linux/ioctl.h>
- #include <sys/ioctl.h>
- #include <sys/stat.h>
- #include <sys/types.h>