diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-24 07:31:31 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-24 07:31:31 +0000 |
| commit | ad17ca10b725824a4bb2a64040fee1deac6ec30f (patch) | |
| tree | 0f0163f6cd295c011b79d157b58dc2a455561e18 /libexec/mknetid/parse_group.c | |
| parent | b237a8422d8ed4c2d14c464006cd5fa5e1b446fb (diff) | |
Notes
Diffstat (limited to 'libexec/mknetid/parse_group.c')
| -rw-r--r-- | libexec/mknetid/parse_group.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index e5fd7185fb04..5d2917dd1278 100644 --- a/libexec/mknetid/parse_group.c +++ b/libexec/mknetid/parse_group.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94"; -#endif /* LIBC_SCCS and not lint */ - #ifndef lint -static const char rcsid[] = "$Id: parse_group.c,v 1.3 1997/02/22 14:21:54 peter Exp $"; +#if 0 +static const char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94"; #endif +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ /* * This is a slightly modified chunk of getgrent(3). All the YP support @@ -45,10 +45,10 @@ static const char rcsid[] = "$Id: parse_group.c,v 1.3 1997/02/22 14:21:54 peter */ #include <sys/types.h> +#include <grp.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <grp.h> FILE *_gr_fp; static struct group _gr_group; |
