summaryrefslogtreecommitdiffstats
path: root/usr.sbin/services_mkdb/services_mkdb.c
Commit message (Collapse)AuthorAgeFilesLines
* Similar to cap_mkdb(1), add endianness support to services_mkdb(1)jhb2014-01-221-3/+14
| | | | to support cross-builds once this is invoked during releases.
* Move uniq() prototype into extern.h.ed2012-10-201-2/+0
|
* More -Wmissing-variable-declarations fixes.ed2012-10-201-0/+2
| | | | | | | | | | 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.
* Fix compilation error on amd64.ume2010-04-041-2/+3
| | | | | Reported by: stefanf MFC after: 2 weeks
* Fix compilation error on 9-CURRENT.ume2010-04-041-6/+6
| | | | | Reported by: nyan MFC after: 2 weeks
* services_mkdb; generate db file from services(5) to increaseume2010-04-041-0/+428
speed of getserv*() Obtained from: NetBSD MFC after: 2 weeks
OpenPOWER on IntegriCloud