diff --git a/src/include/grp.h b/src/include/grp.h index 46f139d5..2a1a6c7f 100644 --- a/src/include/grp.h +++ b/src/include/grp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: grp.h,v 1.11 2012/12/05 23:19:57 deraadt Exp $ */ +/* $OpenBSD: grp.h,v 1.12 2014/08/31 04:04:38 guenther Exp $ */ /* $NetBSD: grp.h,v 1.7 1995/04/29 05:30:40 cgd Exp $ */ /*- @@ -69,7 +69,6 @@ int getgrnam_r(const char *, struct group *, char *, size_t, struct group **); #endif #if __BSD_VISIBLE -void setgrfile(const char *); int setgroupent(int); char *group_from_gid(gid_t, int); #endif