Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 01:25:56 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390528 - head/sysutils/zbackup/files
Message-ID:  <201506250125.t5P1Pu5M019158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Jun 25 01:25:55 2015
New Revision: 390528
URL: https://svnweb.freebsd.org/changeset/ports/390528

Log:
  Fix typo.

Modified:
  head/sysutils/zbackup/files/patch-compression.cc

Modified: head/sysutils/zbackup/files/patch-compression.cc
==============================================================================
--- head/sysutils/zbackup/files/patch-compression.cc	Thu Jun 25 01:20:47 2015	(r390527)
+++ head/sysutils/zbackup/files/patch-compression.cc	Thu Jun 25 01:25:55 2015	(r390528)
@@ -5,7 +5,7 @@
  };
  
 -#include <endian.h>
-+#include <machine/endian.h>
++#include <sys/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250125.t5P1Pu5M019158>