Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 12:51:37 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/isc-dhcp/client dhclient.c
Message-ID:  <200007201951.MAA94514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201951.MAA94514>