lib, vtysh: Remove inclusion of grp.h for everyone

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-01-04 14:34:14 -05:00
parent 1b1fc14ffc
commit 88f8c90073
3 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@
*/
#include <zebra.h>
#include <grp.h>
#ifdef HAVE_LCAPS
#include <sys/capability.h>
#include <sys/prctl.h>

View File

@ -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 */

View File

@ -5,6 +5,8 @@
#include <zebra.h>
#include <grp.h>
#include <sys/un.h>
#include <setjmp.h>
#include <sys/wait.h>