svn commit: r308015 - head/net/cnupm/files
Pietro Cerutti
gahr at FreeBSD.org
Fri Nov 30 14:32:23 UTC 2012
Author: gahr
Date: Fri Nov 30 14:32:22 2012
New Revision: 308015
URL: http://svnweb.freebsd.org/changeset/ports/308015
Log:
- Fix build with clang
Feature safe: yes
Added:
head/net/cnupm/files/patch-cnupm_aggr_port.c (contents, props changed)
Added: head/net/cnupm/files/patch-cnupm_aggr_port.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/cnupm/files/patch-cnupm_aggr_port.c Fri Nov 30 14:32:22 2012 (r308015)
@@ -0,0 +1,10 @@
+--- cnupm/aggr_port.c.orig 2012-11-30 15:29:58.000000000 +0100
++++ cnupm/aggr_port.c 2012-11-30 15:30:30.000000000 +0100
+@@ -120,7 +120,6 @@
+ {
+ struct aggr_port_entry *ap;
+
+- port = port;
+ RB_FOREACH(ap, aggr_port_tree, &aggr_port_tree)
+ if (port >= ap->ape_first && port <= ap->ape_last)
+ return (ap->ape_port != 0 ? ap->ape_port : port);
More information about the svn-ports-all
mailing list