summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-31 04:04:38 +0000
committerguenther <guenther@openbsd.org>2014-08-31 04:04:38 +0000
commit7496a82a13772d5b6d58cb6dec638414fca1b5fb (patch)
treec14f63a5a1a7918ab3ca9dd75ad0e76979d0aeb5
parentinet_nsap_{addr,ntoa}() were removed on 2013/12/17 (diff)
downloadwireguard-openbsd-7496a82a13772d5b6d58cb6dec638414fca1b5fb.tar.xz
wireguard-openbsd-7496a82a13772d5b6d58cb6dec638414fca1b5fb.zip
setgrfile() isn't implemented
-rw-r--r--include/grp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h
index 46f139d5a4a..2a1a6c7f499 100644
--- a/include/grp.h
+++ b/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