From 860ad7488c2fe2198737b853cb4ef2ee4ead50a2 Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 3 Feb 1998 03:20:11 +0000 Subject: [PATCH] change to to fix compiler warning --- libexec/fingerd/fingerd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index fa120c487ead..92e92f4a6b9f 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -1,4 +1,4 @@ -/* $NetBSD: fingerd.c,v 1.7 1997/10/08 00:56:46 enami Exp $ */ +/* $NetBSD: fingerd.c,v 1.8 1998/02/03 03:20:11 perry Exp $ */ /* * Copyright (c) 1983, 1993 @@ -43,7 +43,7 @@ static char const copyright[] = #if 0 static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93"; #else -static char const rcsid[] = "$NetBSD: fingerd.c,v 1.7 1997/10/08 00:56:46 enami Exp $"; +static char const rcsid[] = "$NetBSD: fingerd.c,v 1.8 1998/02/03 03:20:11 perry Exp $"; #endif #endif /* not lint */ @@ -58,7 +58,7 @@ static char const rcsid[] = "$NetBSD: fingerd.c,v 1.7 1997/10/08 00:56:46 enami #include #include #include -#include +#include #include "pathnames.h" void err __P((const char *, ...));