Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2007 17:47:05 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 udp6_output.c udp6_usrreq.c udp6_var.h
Message-ID:  <200707091747.l69Hl57j085520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-07-09 17:47:05 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         udp6_output.c udp6_usrreq.c udp6_var.h 
  Log:
  General style, white space, and comment cleanup; move to ANSI C
  prototypes, don't use register, etc.  Synchronize structure and
  layout to the IPv4 versions of these functions to a greater extent,
  making visual comparison easier.
  
  Remove now stale or incorrect comments.
  
  Enable full lock assertions, and correct one exception handling
  case where the wrong label was jumped to.
  
  Tested by:      bz
  Approved by:    re (bmah)
  
  Revision  Changes    Path
  1.30      +2 -1      src/sys/netinet6/udp6_output.c
  1.77      +64 -93    src/sys/netinet6/udp6_usrreq.c
  1.8       +7 -7      src/sys/netinet6/udp6_var.h



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