X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/4fadd6132fad16b41acb68dbc32812ca486a57b2..1319714e28c23676db609f63ac5fae4b6a13df48:/include/grp.h diff --git a/include/grp.h b/include/grp.h index 10e0c0ac5b..ba9baf8381 100644 --- a/include/grp.h +++ b/include/grp.h @@ -74,7 +74,7 @@ struct group *getgrnam(const char *); #if __BSD_VISIBLE const char *group_from_gid(gid_t, int); #endif -#if __BSD_VISIBLE || __XSI_VISIBLE +#if __XSI_VISIBLE void setgrent(void); #endif #if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE