From: Ted Lemon Date: Sat, 22 Feb 1997 10:55:40 +0000 (+0000) Subject: Fix up select version of dispatch to take parse argument X-Git-Tag: DHCP_970222~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f2d04e41475ad55537723c2d8a03b30340084f4;p=thirdparty%2Fdhcp.git Fix up select version of dispatch to take parse argument --- diff --git a/common/dispatch.c b/common/dispatch.c index b54a63a0d..d4ffa86be 100644 --- a/common/dispatch.c +++ b/common/dispatch.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: dispatch.c,v 1.31 1997/02/22 08:34:16 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dispatch.c,v 1.32 1997/02/22 10:55:40 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -469,7 +469,8 @@ void dispatch (parse) addressing information from it, and then call do_packet to try to do something with it. */ -void dispatch () +void dispatch (parse) + int parse; { fd_set r, w, x; struct interface_info *l; diff --git a/dispatch.c b/dispatch.c index b54a63a0d..d4ffa86be 100644 --- a/dispatch.c +++ b/dispatch.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: dispatch.c,v 1.31 1997/02/22 08:34:16 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dispatch.c,v 1.32 1997/02/22 10:55:40 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -469,7 +469,8 @@ void dispatch (parse) addressing information from it, and then call do_packet to try to do something with it. */ -void dispatch () +void dispatch (parse) + int parse; { fd_set r, w, x; struct interface_info *l;