diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-25 13:55:47 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-25 13:55:47 +0000 |
commit | 8b1c00e3bc325d70556b3a67393bca1973758cee (patch) | |
tree | 66bdafd8e5879884ca62b5ebab3eb50a379bf2bc /include | |
parent | 916123866f664071708b404a172dd6b1aea59d98 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | include/grp.h | 2 |
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 */ |