Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2016 12:45:32 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419315 - head/net/mosh/files
Message-ID:  <201607301245.u6UCjWYQ022024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Sat Jul 30 12:45:32 2016
New Revision: 419315
URL: https://svnweb.freebsd.org/changeset/ports/419315

Log:
  - Fix build under 11.x
  
  PR:		211437
  Submitted by:	peter@
  Sponsored by:	Maximum Effort

Added:
  head/net/mosh/files/patch-ocb_cc   (contents, props changed)

Added: head/net/mosh/files/patch-ocb_cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/mosh/files/patch-ocb_cc	Sat Jul 30 12:45:32 2016	(r419315)
@@ -0,0 +1,10 @@
+--- src/crypto/ocb.cc	2016-07-29 01:16:31.499636000 -0700
++++ src/crypto/ocb.cc	2016-07-29 01:14:29.364659000 -0700
+@@ -72,6 +72,7 @@ 
+ /* Includes and compiler specific definitions                              */
+ /* ----------------------------------------------------------------------- */
+ 
++#include "byteorder.h"
+ #include "ae.h"
+ #include <stdlib.h>
+ #include <string.h>



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