summaryrefslogtreecommitdiffstats
path: root/include/grp.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-25 13:55:47 +0000
committersobomax <sobomax@FreeBSD.org>2002-02-25 13:55:47 +0000
commit8b1c00e3bc325d70556b3a67393bca1973758cee (patch)
tree66bdafd8e5879884ca62b5ebab3eb50a379bf2bc /include/grp.h
parent916123866f664071708b404a172dd6b1aea59d98 (diff)
downloadFreeBSD-src-8b1c00e3bc325d70556b3a67393bca1973758cee.zip
FreeBSD-src-8b1c00e3bc325d70556b3a67393bca1973758cee.tar.gz
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>
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h
index 01921f0..5b101cf 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -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 */
OpenPOWER on IntegriCloud