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:
Maxim Sobolev 2002-02-25 13:55:47 +00:00
parent bef621eb79
commit 85148c8f03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91243

View File

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