ports/net/netatalk3/files/patch-etc_afpd_directory.h
Joe Marcus Clarke ddade6552e Grr...actually apply the diff to the port.
I reviewed the code, but simply copied over the file.  Actually
apply the diff to create a usable patch to fix the -fno-common
issue.
2020-08-24 13:07:38 +00:00

11 lines
301 B
C

--- 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 *);