diff options
Diffstat (limited to 'lst.lib/lstClose.c')
-rw-r--r-- | lst.lib/lstClose.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lst.lib/lstClose.c b/lst.lib/lstClose.c index 06b68c5c038a..a1a3e9da80de 100644 --- a/lst.lib/lstClose.c +++ b/lst.lib/lstClose.c @@ -1,4 +1,4 @@ -/* $NetBSD: lstClose.c,v 1.11 2006/10/27 21:37:25 dsl Exp $ */ +/* $NetBSD: lstClose.c,v 1.12 2020/07/03 08:37:56 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -33,14 +33,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: lstClose.c,v 1.11 2006/10/27 21:37:25 dsl Exp $"; +static char rcsid[] = "$NetBSD: lstClose.c,v 1.12 2020/07/03 08:37:56 rillig Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)lstClose.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: lstClose.c,v 1.11 2006/10/27 21:37:25 dsl Exp $"); +__RCSID("$NetBSD: lstClose.c,v 1.12 2020/07/03 08:37:56 rillig Exp $"); #endif #endif /* not lint */ #endif @@ -83,4 +83,3 @@ Lst_Close(Lst l) list->atEnd = Unknown; } } - |