ports/net/unfs3/files/patch-Config_exports.h
Robert Clausecker a6dfa43d8f net/unfs3: Fix build with -fno-common (FreeBSD 13 or later)
* Update MASTER_SITES and WWW as project has moved to GitHub
* Pass maintainership to submitter
* Clean up and reformat Makefile

PR:		258326
Approved by:	meta (mentor)
MFH:		2021Q3
Differential Revision:	https://reviews.freebsd.org/D32220

(cherry picked from commit 4c35fa18e7)
2021-09-29 18:34:29 +09:00

11 lines
310 B
C

--- Config/exports.h.orig 2021-09-06 22:17:18 UTC
+++ Config/exports.h
@@ -22,7 +22,7 @@
extern exports exports_nfslist;
/* Options cache */
extern int exports_opts;
-const char *export_path;
+extern const char *export_path;
extern uint32 export_fsid;
extern uint32 export_password_hash;