diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2018-07-03 17:31:45 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2018-07-03 17:31:45 +0000 |
| commit | c1920558b3c4efbeea4d0c833aa9cb4091533ff1 (patch) | |
| tree | dd000a5f04fea9d644fc44e72b142cef4034098b /lib/libc/gen/stringlist.c | |
| parent | 41b9df164866d57b82569b04412591769798c9e1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/stringlist.c')
| -rw-r--r-- | lib/libc/gen/stringlist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/stringlist.c b/lib/libc/gen/stringlist.c index f79b892169d13..158f3d20705de 100644 --- a/lib/libc/gen/stringlist.c +++ b/lib/libc/gen/stringlist.c @@ -26,10 +26,8 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $"; -#endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> +__RCSID("$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $"); __FBSDID("$FreeBSD$"); #include "namespace.h" |
