diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2009-05-31 05:42:58 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2009-05-31 05:42:58 +0000 |
| commit | 6318052d9e161cbc69e4085125ef824d94de16ef (patch) | |
| tree | 21a5399cf53ce4f1ffedece1c1700a317f190f2e /contrib/bind9/lib/bind/include/netgroup.h | |
| parent | b6d434fc28de9fa7b453178184bdcc767035f5af (diff) | |
| parent | b0e69f719c1db2c19fcfba96f0dac9a5a2277350 (diff) | |
Notes
Diffstat (limited to 'contrib/bind9/lib/bind/include/netgroup.h')
| -rw-r--r-- | contrib/bind9/lib/bind/include/netgroup.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/bind9/lib/bind/include/netgroup.h b/contrib/bind9/lib/bind/include/netgroup.h deleted file mode 100644 index e4be459fdf7c..000000000000 --- a/contrib/bind9/lib/bind/include/netgroup.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef netgroup_h -#define netgroup_h -#ifndef __GLIBC__ - -/* - * The standard is crazy. These values "belong" to getnetgrent() and - * shouldn't be altered by the caller. - */ -int getnetgrent __P((/* const */ char **, /* const */ char **, - /* const */ char **)); - -int getnetgrent_r __P((char **, char **, char **, char *, int)); - -void endnetgrent __P((void)); - -#ifdef __osf__ -int innetgr __P((char *, char *, char *, char *)); -void setnetgrent __P((char *)); -#else -void setnetgrent __P((const char *)); -int innetgr __P((const char *, const char *, const char *, const char *)); -#endif -#endif -#endif - -/*! \file */ |
