Date: Fri, 11 Oct 2013 15:30:42 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330082 - head/net/wireshark/files Message-ID: <201310111530.r9BFUgXp042101@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Fri Oct 11 15:30:42 2013 New Revision: 330082 URL: http://svnweb.freebsd.org/changeset/ports/330082 Log: Fix the build on 10.X and HEAD. Submitted by: Gustau PĂ©rez <gustau.perez@gmail.com> Added: head/net/wireshark/files/patch-epan_dissectors_packet-gluster.h (contents, props changed) Added: head/net/wireshark/files/patch-epan_dissectors_packet-gluster.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wireshark/files/patch-epan_dissectors_packet-gluster.h Fri Oct 11 15:30:42 2013 (r330082) @@ -0,0 +1,19 @@ +--- epan/dissectors/packet-gluster.h.orig 2013-10-10 23:19:31.007195841 +0000 ++++ epan/dissectors/packet-gluster.h 2013-10-10 23:20:32.550304872 +0000 +@@ -354,6 +354,8 @@ + GFS3_OP_MAXVALUE + }; + ++# if !defined(__FreeBSD__) ++ + /* dir-entry types from libglusterfs/src/compat.h */ + enum gluster_entry_types { + DT_UNKNOWN = 0, +@@ -367,6 +369,7 @@ + DT_WHT = 14 + }; + ++# endif + + /* LOCKING operators come from libglusterfs/src/glusterfs.h */ +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310111530.r9BFUgXp042101>