summaryrefslogtreecommitdiff
path: root/filesystems/squashfs/patches/patch-pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/squashfs/patches/patch-pseudo.c')
-rw-r--r--filesystems/squashfs/patches/patch-pseudo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/filesystems/squashfs/patches/patch-pseudo.c b/filesystems/squashfs/patches/patch-pseudo.c
deleted file mode 100644
index 4544b3acc7b..00000000000
--- a/filesystems/squashfs/patches/patch-pseudo.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$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"