Those functions seemed to be helpers and is safe to set it as static. However, I would like to double check with an 'exp run' if any external project is using those functions that I will change. Review: https://reviews.freebsd.org/D2775
*** Bug 200805 has been marked as a duplicate of this bug. ***
Take
Exp-run results: http://package18.nyi.freebsd.org/jail.html?mastername=headamd64D2775-default 0 new failure, and i believe 0 port link against libugidfw.
A commit references this bug: Author: araujo Date: Wed Jun 24 01:48:46 UTC 2015 New revision: 284745 URL: https://svnweb.freebsd.org/changeset/base/284745 Log: Set some internal helpers as static and initialize few variables to silence CLANG WARNINGS. BUMP SHLIB_MAJOR version as the ABI potentially changed. Also run an 'exp run' to double check if any external project are using those functions. Thanks antoine@. PR: 200807 Differential Revision: D2775 Reviewed by: kib, ngie Changes: head/lib/libugidfw/Makefile head/lib/libugidfw/ugidfw.c
Committed, thanks!