flashrom: update to v0.9.9

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2016-03-14 19:03:22 +01:00
parent 9afd29558a
commit 1348057082
4 changed files with 21 additions and 27 deletions

View File

@@ -1,12 +0,0 @@
diff -uprN a/linux_spi.c b/linux_spi.c
--- a/linux_spi.c 2015-06-17 20:50:36.492963100 +0200
+++ b/linux_spi.c 2015-06-17 20:50:00.444860800 +0200
@@ -22,7 +22,7 @@
#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>