cvs commit: src/sys/netinet6 udp6_output.c udp6_usrreq.c udp6_var.h

Robert Watson rwatson at FreeBSD.org
Mon Jul 9 17:47:05 UTC 2007


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


More information about the cvs-src mailing list