Skip to content

Instantly share code, notes, and snippets.

@masami256
Created September 10, 2013 14:59
Show Gist options
  • Select an option

  • Save masami256/6510700 to your computer and use it in GitHub Desktop.

Select an option

Save masami256/6510700 to your computer and use it in GitHub Desktop.
fsfuzzer-0.7のfstest.cのコンパイルエラーfixパッチ
--- fsfuzzer-0.7.orig/fstest.c 2009-01-25 23:50:06.000000000 +0900
+++ fsfuzzer-0.7.new/fstest.c 2013-09-10 23:56:36.735524372 +0900
@@ -35,6 +35,7 @@
#include <signal.h>
#include <sys/file.h>
#include <sys/mman.h>
+#include <sys/stat.h>
#define LOGGIT 1
#define CHECK_XATTR 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment