diff options
| author | christos <christos@NetBSD.org> | 1997-07-13 19:45:36 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-07-13 19:45:36 +0000 |
| commit | 26cc2d4f50bf5015b51b947dfbb51b520da568e8 (patch) | |
| tree | a5a4031cddb89464361bcf9bbc9674935de648b2 /lib/libc/gen/getusershell.c | |
| parent | 3e24b5bccd27eac31f766ff006abfc8a770dffd8 (diff) | |
Fix RCSID's
Diffstat (limited to 'lib/libc/gen/getusershell.c')
| -rw-r--r-- | lib/libc/gen/getusershell.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index bef77271f1e..cec3b5e67c3 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -1,4 +1,4 @@ -/* $NetBSD: getusershell.c,v 1.5 1995/02/27 04:13:27 cgd Exp $ */ +/* $NetBSD: getusershell.c,v 1.6 1997/07/13 19:46:02 christos Exp $ */ /* * Copyright (c) 1985, 1993 @@ -33,11 +33,12 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: getusershell.c,v 1.5 1995/02/27 04:13:27 cgd Exp $"; +__RCSID("$NetBSD: getusershell.c,v 1.6 1997/07/13 19:46:02 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ |
