summaryrefslogtreecommitdiffstats
path: root/usr.sbin/services_mkdb/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC 261030:jhb2014-03-111-1/+1
| | | | | Similar to cap_mkdb(1), add endianness support to services_mkdb(1) to support cross-builds once this is invoked during releases.
* Move uniq() prototype into extern.h.ed2012-10-201-0/+2
|
* More -Wmissing-variable-declarations fixes.ed2012-10-201-0/+32
In addition to adding missing `static' keywords: - bin/dd: Pull in `extern.h' to guarantee consistency with source file. - libexec/rpc.rusersd: Move shared globals into an extern.h. - libexec/talkd: Move `debug' and `hostname' into extern.h. - usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree. - usr.bin/m4: Move `end_result' into extern.h. - usr.sbin/services_mkdb: Move shared globals into an extern.h.
OpenPOWER on IntegriCloud