diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-05-12 17:17:45 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-05-12 17:17:45 +0000 |
| commit | d7b71c676e8144df99554c15e86e2e6575171913 (patch) | |
| tree | 1d34470d678d2b8ecf2ba42ddbdf82e311e56d50 /libexec/revnetgroup/parse_netgroup.c | |
| parent | 58efe44318eaf846cb8dba6bb2a3cb34cdd2c9a6 (diff) | |
Notes
Diffstat (limited to 'libexec/revnetgroup/parse_netgroup.c')
| -rw-r--r-- | libexec/revnetgroup/parse_netgroup.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 99dfaeb37b61..bc048e12eaed 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "$Id$"; +static char sccsid[] = "$Id: parse_netgroup.c,v 1.1.1.1 1995/10/26 16:25:29 wpaul Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -51,6 +51,10 @@ static char sccsid[] = "$Id$"; #include <unistd.h> #include "hash.h" +#ifndef lint +static const char rcsid[] = "$Id$"; +#endif + /* * Static Variables and functions used by setnetgrent(), getnetgrent() and * __endnetgrent(). |
