mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:09:17 +00:00
lib, vtysh: Remove inclusion of grp.h for everyone
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1b1fc14ffc
commit
88f8c90073
@ -7,6 +7,8 @@
|
||||
*/
|
||||
#include <zebra.h>
|
||||
|
||||
#include <grp.h>
|
||||
|
||||
#ifdef HAVE_LCAPS
|
||||
#include <sys/capability.h>
|
||||
#include <sys/prctl.h>
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#ifdef HAVE_STROPTS_H
|
||||
#include <stropts.h>
|
||||
#endif /* HAVE_STROPTS_H */
|
||||
|
@ -5,6 +5,8 @@
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include <grp.h>
|
||||
|
||||
#include <sys/un.h>
|
||||
#include <setjmp.h>
|
||||
#include <sys/wait.h>
|
||||
|
Loading…
Reference in New Issue
Block a user