8a407131f8
intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable, and has been tested on PowerPC, i586, Sparc and ARM architectures. squashfs-tools are the set of tools to manipulate squashfs images. WWW: http://squashfs.sourceforge.net/ PR: ports/145914 Submitted by: Ashish SHUKLA <wahjava at gmail.com> Approved by: tabthorpe (mentor)
15 lines
309 B
C
15 lines
309 B
C
$FreeBSD$
|
|
|
|
--- squashfs-tools/pseudo.c.orig 2009-04-05 04:01:58.000000000 +0200
|
|
+++ squashfs-tools/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
|