From bc2176668a54a0b14467ee795586a9f5c6821989 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 27 Nov 2011 08:42:19 +0000 Subject: - Unbreak build on 9.0 PR: 162901 Submitted by: maintainer Feature safe: yes --- net/openafs/Makefile | 2 +- net/openafs/files/patch-src__afs__afs_server.c | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 net/openafs/files/patch-src__afs__afs_server.c (limited to 'net/openafs') diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 906b5e8e64f..2099ff94828 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -8,7 +8,7 @@ PORTNAME= openafs DISTVERSION= ${AFS_DISTVERSION}.${DBVERSION:S/-//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kld MASTER_SITES= http://dl.central.org/dl/openafs/${AFS_DISTVERSION}/:openafs \ http://dl.openafs.org/dl/openafs/${AFS_DISTVERSION}/:openafs \ diff --git a/net/openafs/files/patch-src__afs__afs_server.c b/net/openafs/files/patch-src__afs__afs_server.c new file mode 100644 index 00000000000..ec52e26b24d --- /dev/null +++ b/net/openafs/files/patch-src__afs__afs_server.c @@ -0,0 +1,13 @@ +diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c +index ad28100..cafd355 100644 +--- a/src/afs/afs_server.c ++++ b/src/afs/afs_server.c +@@ -1032,7 +1032,7 @@ afsi_SetServerIPRank(struct srvAddr *sa, struct in_ifaddr *ifa) + struct sockaddr_in *sin; + int t; + +- if ((ntohl(sa->sa_ip) & ifa->ia_netmask) == ifa->ia_net) { ++ if (1) { + if ((ntohl(sa->sa_ip) & ifa->ia_subnetmask) == ifa->ia_subnet) { + sin = IA_SIN(ifa); + if (SA2ULONG(sin) == ntohl(sa->sa_ip)) { /* ie, ME!!! */ -- cgit