diff options
| author | lukem <lukem@NetBSD.org> | 2008-06-09 01:00:23 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2008-06-09 01:00:23 +0000 |
| commit | 8cc604a385aa5e2f2d4b49b407ee95f592c73f1a (patch) | |
| tree | 57fed9460245c3e73b050ff756d1163e9c86a389 /libexec | |
| parent | ef70558f4f1f183ae746696d022a6091ff824f81 (diff) | |
Add missing RCSID.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/logutmp.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/ftpd/logutmp.c b/libexec/ftpd/logutmp.c index 89f91e106e6..a8e75367411 100644 --- a/libexec/ftpd/logutmp.c +++ b/libexec/ftpd/logutmp.c @@ -1,3 +1,5 @@ +/* $NetBSD: logutmp.c,v 1.11 2008/06/09 01:00:23 lukem Exp $ */ + /* * Portions Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -52,6 +54,11 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: logutmp.c,v 1.11 2008/06/09 01:00:23 lukem Exp $"); +#endif /* not lint */ + #include <sys/types.h> #include <sys/param.h> |
