From f5024bbed04ab488ced11f6f933c5fe72037d96c Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 16 Nov 1997 21:30:25 +0000 Subject: [PATCH] PR/4509: Jarle F. Greipsland: avoid redefinition of rfc931_timeout. --- usr.sbin/tcpdchk/scaffold.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/tcpdchk/scaffold.c b/usr.sbin/tcpdchk/scaffold.c index 93b3b19dbdc8..dc871b88c8d5 100644 --- a/usr.sbin/tcpdchk/scaffold.c +++ b/usr.sbin/tcpdchk/scaffold.c @@ -1,4 +1,4 @@ -/* $NetBSD: scaffold.c,v 1.2 1997/10/11 21:41:44 christos Exp $ */ +/* $NetBSD: scaffold.c,v 1.3 1997/11/16 21:30:25 christos Exp $ */ /* * Routines for testing only. Not really industrial strength. @@ -11,7 +11,7 @@ #if 0 static char sccs_id[] = "@(#) scaffold.c 1.5 95/01/03 09:13:48"; #else -__RCSID("$NetBSD: scaffold.c,v 1.2 1997/10/11 21:41:44 christos Exp $"); +__RCSID("$NetBSD: scaffold.c,v 1.3 1997/11/16 21:30:25 christos Exp $"); #endif #endif @@ -45,7 +45,7 @@ static struct hostent *dup_hostent __P((struct hostent *)); */ int allow_severity = SEVERITY; int deny_severity = LOG_WARNING; -int rfc931_timeout = RFC931_TIMEOUT; +extern int rfc931_timeout; /* = RFC931_TIMEOUT; */ /* dup_hostent - create hostent in one memory block */