mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Backout rev.1.5 - it seems that it's posixly correct that the program
needs to include <sys/types.h> before <grp.h>. Submitted by: fjoe, sheldonh David Malone <dwmalone@maths.tcd.ie>
This commit is contained in:
parent
bef621eb79
commit
85148c8f03
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@
|
|||
#define _PATH_GROUP "/etc/group"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
struct group {
|
||||
char *gr_name; /* group name */
|
||||
char *gr_passwd; /* group password */
|
||||
|
|
|
|||
Loading…
Reference in a new issue