cvs commit: src/sys/netinet ip_input.c ip_options.c

Andre Oppermann andre at FreeBSD.org
Sat Nov 19 17:04:53 GMT 2005


andre       2005-11-19 17:04:52 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_input.c ip_options.c 
  Log:
  Remove 'ipprintfs' which were protected under DIAGNOSTIC.  It doesn't
  have any know to enable it from userland and could only be enabled by
  either setting it to 1 at compile time or through the kernel debugger.
  
  In the future it may be brought back as KTR tracing points.
  
  Discussed with: rwatson
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  
  Revision  Changes    Path
  1.308     +0 -16     src/sys/netinet/ip_input.c
  1.2       +0 -20     src/sys/netinet/ip_options.c


More information about the cvs-src mailing list