diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2015-06-23 05:25:17 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2015-06-23 05:25:17 +0000 |
| commit | bd73db2bd556c6bba53fe453199b7526f422fd2c (patch) | |
| tree | 40b8cb0371e619abaab74507dca10b7e233ffc4d /sysutils/zbackup/files/patch-compression.cc | |
| parent | - Always use USE_RC_SUBR now that it handles properly PREFIX=/usr (diff) | |
Update to 1.4.1
Diffstat (limited to 'sysutils/zbackup/files/patch-compression.cc')
| -rw-r--r-- | sysutils/zbackup/files/patch-compression.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/zbackup/files/patch-compression.cc b/sysutils/zbackup/files/patch-compression.cc new file mode 100644 index 000000000000..c54882139083 --- /dev/null +++ b/sysutils/zbackup/files/patch-compression.cc @@ -0,0 +1,11 @@ +--- compression.cc.orig 2015-06-23 12:18:26.923826000 +0800 ++++ compression.cc 2015-06-23 12:19:37.282685000 +0800 +@@ -292,7 +292,7 @@ + } + }; + +-#include <endian.h> ++#include <machine/endian.h> + + // like NoStreamEnDecoder, but also adds the uncompressed size before the stream + //NOTE You should make sure that the compression function doesn't overwrite any |
