From 8b1c00e3bc325d70556b3a67393bca1973758cee Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 25 Feb 2002 13:55:47 +0000 Subject: 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(-) (limited to 'include/grp.h') 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 - struct group { char *gr_name; /* group name */ char *gr_passwd; /* group password */ -- cgit v1.1