mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:24:24 +00:00
[lib] command.c exports host global, add it to header.
2006-03-14 Paul Jakma <paul.jakma@sun.com> * privs.c: (zprivs_caps_init) Change user IDs before lowering privileges, while this seems to work on Linux, on Solaris it rightfully refuses due to PRIV_PROC_SETID having been dropped. * command.h: Add the struct host global exported from command.c
This commit is contained in:
parent
213d8dadca
commit
86228fde80
@ -41,6 +41,7 @@
|
|||||||
privileges, while this seems to work on Linux, on Solaris
|
privileges, while this seems to work on Linux, on Solaris
|
||||||
it rightfully refuses due to PRIV_PROC_SETID having been
|
it rightfully refuses due to PRIV_PROC_SETID having been
|
||||||
dropped.
|
dropped.
|
||||||
|
* command.h: Add the struct host global exported from command.c
|
||||||
|
|
||||||
2006-03-06 Paul Jakma <paul.jakma@sun.com>
|
2006-03-06 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
|
@ -355,4 +355,6 @@ extern void host_config_set (char *);
|
|||||||
|
|
||||||
extern void print_version (const char *);
|
extern void print_version (const char *);
|
||||||
|
|
||||||
|
/* struct host global, ick */
|
||||||
|
extern struct host host;
|
||||||
#endif /* _ZEBRA_COMMAND_H */
|
#endif /* _ZEBRA_COMMAND_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user