summaryrefslogtreecommitdiff
path: root/sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2020-08-30 09:31:00 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2020-08-30 09:31:00 +0000
commite220fe22ed82edbd6846a00effcb0898c68493de (patch)
tree8a31f0aa9a3a6c51739bf4ee09548186d082d4d1 /sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c
parentdevel/jetbrains-phpstorm: Update to 2020.2.1 (diff)
- Fix portlint warnings
- Fix building on -CURRENT[1] - Regenerate patches with `make makepatch' Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=547041
Diffstat (limited to 'sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c')
-rw-r--r--sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c b/sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c
deleted file mode 100644
index 7d190dc6559e..000000000000
--- a/sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- pseudo.c 2009-04-05 04:01:58.000000000 +0200
-+++ pseudo.c 2010-04-29 17:45:49.000000000 +0200
-@@ -31,6 +31,10 @@
- #include <stdlib.h>
- #include <sys/types.h>
-
-+#ifdef __FreeBSD__
-+#include <sys/stat.h>
-+#endif
-+
- #include "pseudo.h"
-
- #ifdef SQUASHFS_TRACE