Skip to content

Commit

Permalink
new patch, fixes FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
scole committed Feb 9, 2017
1 parent 82d1265 commit c970aa6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions filesystems/squashfs/patches/patch-pseudo.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$NetBSD: patch-pseudo.c
include sys/stat.h

--- pseudo.c.orig 2017-02-06 12:32:28.000000000 -0800
+++ pseudo.c 2017-02-06 12:32:46.000000000 -0800
@@ -32,6 +32,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/stat.h>
#include <ctype.h>

#include "pseudo.h"

0 comments on commit c970aa6

Please sign in to comment.