X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/91e03e78c3e2e920d9b7a7cf650bfcc96be15a22..1319714e28c23676db609f63ac5fae4b6a13df48:/include/grp.h diff --git a/include/grp.h b/include/grp.h index 9dbebf4961..ba9baf8381 100644 --- a/include/grp.h +++ b/include/grp.h @@ -37,7 +37,6 @@ * * @(#)grp.h 8.2 (Berkeley) 1/21/94 * $FreeBSD: src/include/grp.h,v 1.19 2009/03/14 19:05:18 das Exp $ - * $DragonFly: src/include/grp.h,v 1.5 2008/04/19 10:08:05 swildner Exp $ */ #ifndef _GRP_H_ @@ -66,7 +65,7 @@ struct group { }; __BEGIN_DECLS -#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE +#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE void endgrent(void); struct group *getgrent(void); #endif @@ -75,10 +74,10 @@ 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 __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE +#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **); int getgrnam_r(const char *, struct group *, char *, size_t,