diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-08-30 09:31:00 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-08-30 09:31:00 +0000 |
commit | e220fe22ed82edbd6846a00effcb0898c68493de (patch) | |
tree | 8a31f0aa9a3a6c51739bf4ee09548186d082d4d1 /sysutils/squashfs-tools/files/patch-squashfs-tools_pseudo.c | |
parent | devel/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.c | 13 |
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 |