From owner-cvs-all Thu Jul 20 12:51:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFDCA37C123; Thu, 20 Jul 2000 12:51:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94514; Thu, 20 Jul 2000 12:51:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201951.MAA94514@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jul 2000 12:51:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 12:51:37 PDT Modified files: contrib/isc-dhcp/client dhclient.c Log: Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameter types did not match the prototype. (Note: this is one bug that an Ada compiler would have found as when you typedef a new type, the new type is not assignment compatabile with the type used to make it up. C should only be so featureful.) Revision Changes Path 1.16 +2 -2 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message