mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
* 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
)
11 lines
310 B
C
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;
|
|
|