diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-04-09 00:55:15 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-04-09 00:55:15 +0000 |
| commit | 050c3a4205c67287fd0c82fabcf8d89b2a46e89e (patch) | |
| tree | 7f4e1fe160a18858da9c0cc81f58a453095cfa98 /libexec/fingerd | |
| parent | 3ea17f6cff1630db8344885663f8f15645674e4f (diff) | |
Use __COPYRIGHT() and __RCSID() macros.
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/fingerd.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index d538009a50f..3c582c8724b 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -1,4 +1,4 @@ -/* $NetBSD: fingerd.c,v 1.13 1999/12/16 06:00:25 itojun Exp $ */ +/* $NetBSD: fingerd.c,v 1.14 2002/04/09 00:55:15 thorpej Exp $ */ /* * Copyright (c) 1983, 1993 @@ -33,17 +33,18 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #ifndef lint -static char const copyright[] = +__COPYRIGHT( "@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; + The Regents of the University of California. All rights reserved.\n"); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93"; #else -static char const rcsid[] = "$NetBSD: fingerd.c,v 1.13 1999/12/16 06:00:25 itojun Exp $"; +__RCSID("$NetBSD: fingerd.c,v 1.14 2002/04/09 00:55:15 thorpej Exp $"); #endif #endif /* not lint */ |
