You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
676 B

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