From 42568142cd2ae0322e92c348f366108792fc8571 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 14 Apr 2017 12:08:51 -0700 Subject: openbsd: Update to 6.1 --- pkg/openbsd/include/grp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/openbsd/include/grp.h') diff --git a/pkg/openbsd/include/grp.h b/pkg/openbsd/include/grp.h index 49f4dfd4..b1cee552 100644 --- a/pkg/openbsd/include/grp.h +++ b/pkg/openbsd/include/grp.h @@ -1,2 +1,3 @@ #include_next #define setgroupent(n) setgrent() +char *group_from_gid(gid_t, int); -- cgit v1.2.3