Fix rc_proc_getent() undeclared on BSD
X-Gentoo-Bug: 405713 X-Gentoo-Bug-URL: https://bugs.gentoo.org/405713 Reported-by: Dmitri Bogomolov <4glitch@gmail.com>
This commit is contained in:
parent
3272261479
commit
de6323ba51
@ -87,7 +87,9 @@ librc_hidden_proto(rc_find_pids)
|
||||
librc_hidden_proto(rc_getfile)
|
||||
librc_hidden_proto(rc_getline)
|
||||
librc_hidden_proto(rc_newer_than)
|
||||
#ifdef __linux__
|
||||
librc_hidden_proto(rc_proc_getent)
|
||||
#endif
|
||||
librc_hidden_proto(rc_older_than)
|
||||
librc_hidden_proto(rc_runlevel_exists)
|
||||
librc_hidden_proto(rc_runlevel_get)
|
||||
|
Loading…
Reference in New Issue
Block a user