Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 16:05:36 +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: r545827 - head/net/netatalk3/files
Message-ID:  <202008231605.07NG5aqJ039543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sun Aug 23 16:05:35 2020
New Revision: 545827
URL: https://svnweb.freebsd.org/changeset/ports/545827

Log:
  Fix build with -fno-common.
  
  PR:		248756
  Submitted by:	zeising

Added:
  head/net/netatalk3/files/patch-etc_afpd_directory.h   (contents, props changed)

Added: head/net/netatalk3/files/patch-etc_afpd_directory.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/netatalk3/files/patch-etc_afpd_directory.h	Sun Aug 23 16:05:35 2020	(r545827)
@@ -0,0 +1,14 @@
+--- net/netatalk3/files/patch-etc_afpd_directory.h	(nonexistent)
++++ net/netatalk3/files/patch-etc_afpd_directory.h	(working copy)
+@@ -0,0 +1,11 @@ 
++--- etc/afpd/directory.h.orig	2014-12-11 11:27:44 UTC
+++++ etc/afpd/directory.h
++@@ -91,7 +91,7 @@ struct maccess {
++ #define	AR_UWRITE	(1<<2)
++ #define	AR_UOWN		(1<<7)
++ 
++-q_t *invalid_dircache_entries;
+++extern q_t *invalid_dircache_entries;
++ 
++ typedef int (*dir_loop)(struct dirent *, char *, void *);
++ 



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