4123799
From 32df6e155ccfc83216321925273c3e75e631ebe6 Mon Sep 17 00:00:00 2001
4123799
From: Andrew Bauer <zonexpertconsulting@outlook.com>
4123799
Date: Wed, 22 Jan 2020 09:59:47 -0600
4123799
Subject: [PATCH] fix ftbs multiple def of invalid_dircache_entries
4123799
4123799
---
4123799
 etc/afpd/directory.h | 2 +-
4123799
 1 file changed, 1 insertion(+), 1 deletion(-)
4123799
4123799
diff --git a/etc/afpd/directory.h b/etc/afpd/directory.h
4123799
index eb89c606..81bfa9cb 100644
4123799
--- a/etc/afpd/directory.h
4123799
+++ b/etc/afpd/directory.h
4123799
@@ -91,7 +91,7 @@ struct maccess {
4123799
 #define	AR_UWRITE	(1<<2)
4123799
 #define	AR_UOWN		(1<<7)
4123799
 
4123799
-q_t *invalid_dircache_entries;
4123799
+extern q_t *invalid_dircache_entries;
4123799
 
4123799
 typedef int (*dir_loop)(struct dirent *, char *, void *);
4123799