summaryrefslogtreecommitdiffstats
path: root/libexec/mknetid/parse_group.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-11-24 07:31:31 +0000
committercharnier <charnier@FreeBSD.org>1997-11-24 07:31:31 +0000
commit402f3974e3ee80dd9d5e9064b4abb9db60222c95 (patch)
treedb509c38b7be543c6dd624fb2e7ca0154fc8d570 /libexec/mknetid/parse_group.c
parentf43c396ac1172920f935abe23dd4cc8bcf8ea7ce (diff)
downloadFreeBSD-src-402f3974e3ee80dd9d5e9064b4abb9db60222c95.zip
FreeBSD-src-402f3974e3ee80dd9d5e9064b4abb9db60222c95.tar.gz
Cosmetics in usage() and man page.
Diffstat (limited to 'libexec/mknetid/parse_group.c')
-rw-r--r--libexec/mknetid/parse_group.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c
index e5fd718..5d2917d 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;
OpenPOWER on IntegriCloud