svn commit: r545827 - head/net/netatalk3/files
Joe Marcus Clarke
marcus at FreeBSD.org
Sun Aug 23 16:05:36 UTC 2020
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 *);
++
More information about the svn-ports-all
mailing list