Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2014 22:59:05 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362858 - head/net-mgmt/sendip/files
Message-ID:  <201407242259.s6OMx5lx046755@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Jul 24 22:59:05 2014
New Revision: 362858
URL: http://svnweb.freebsd.org/changeset/ports/362858
QAT: https://qat.redports.org/buildarchive/r362858/

Log:
  Add a patch that got mysteriously eaten by bugzilla.
  
  PR:		191426
  Submitted by:	maintainer

Added:
  head/net-mgmt/sendip/files/patch-ripng.h   (contents, props changed)

Added: head/net-mgmt/sendip/files/patch-ripng.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/sendip/files/patch-ripng.h	Thu Jul 24 22:59:05 2014	(r362858)
@@ -0,0 +1,11 @@
+--- ripng.h.orig	2014-07-25 00:06:01.000000000 +0200
++++ ripng.h	2014-07-25 00:06:18.000000000 +0200
+@@ -15,7 +15,7 @@
+ 	struct in6_addr prefix;
+ 	u_int16_t tag;
+ 	u_int8_t len;
+-	u_int8_t metric;
++	u_int16_t metric;
+ } ripng_entry;
+ 
+ /* Defines for which parts have been modified



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