diff options
| author | perry <perry@NetBSD.org> | 1998-02-03 03:20:11 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-03 03:20:11 +0000 |
| commit | 860ad7488c2fe2198737b853cb4ef2ee4ead50a2 (patch) | |
| tree | 90ea0526c458c25fba2386741eaa7378ca4439ad /libexec/fingerd | |
| parent | 2850c7f9f7b277834871be4af73dc8246da08252 (diff) | |
change <strings.h> to <string.h> to fix compiler warning
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/fingerd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index fa120c487ea..92e92f4a6b9 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 <netdb.h> #include <stdio.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include "pathnames.h" void err __P((const char *, ...)); |
