From 85148c8f0343312cb6e58d4071fe6ba345b04bdd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 25 Feb 2002 13:55:47 +0000 Subject: [PATCH] Backout rev.1.5 - it seems that it's posixly correct that the program needs to include before . Submitted by: fjoe, sheldonh David Malone --- include/grp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/grp.h b/include/grp.h index 01921f03f5fb..5b101cff8a2b 100644 --- a/include/grp.h +++ b/include/grp.h @@ -46,8 +46,6 @@ #define _PATH_GROUP "/etc/group" #endif -#include - struct group { char *gr_name; /* group name */ char *gr_passwd; /* group password */