diff options
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/fingerd/fingerd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index e1466222b47f..161a5ec7ef68 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.6 1999/04/06 23:39:24 brian Exp $ +# $Id: Makefile,v 1.5.2.1 1999/05/02 09:35:22 brian Exp $ PROG= fingerd DPADD= ${LIBUTIL} diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 55120d241c15..3600b4cd2517 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fingerd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: fingerd.c,v 1.13 1999/04/07 06:00:22 brian Exp $"; + "$Id: fingerd.c,v 1.11.2.1 1999/05/02 09:35:24 brian Exp $"; #endif /* not lint */ #include <sys/param.h> |
