Browse Source

setgrfile() isn't implemented

OPENBSD_5_7
guenther 9 years ago
parent
commit
dae91fe933
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/grp.h

+ 1
- 2
src/include/grp.h View File

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


Loading…
Cancel
Save