svn commit: r362858 - head/net-mgmt/sendip/files
Adam Weinberger
adamw at FreeBSD.org
Thu Jul 24 22:59:06 UTC 2014
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
More information about the svn-ports-all
mailing list