The following reply was made to PR misc/152531; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
Cc:  
Subject: Re: misc/152531: commit references a PR
Date: Wed, 24 Nov 2010 05:50:26 +0000 (UTC)

 Author: maxim
 Date: Wed Nov 24 05:50:19 2010
 New Revision: 215792
 URL: http://svn.freebsd.org/changeset/base/215792
 
 Log:
   o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.
   
   PR:          misc/152531
   MFC after:   1 week
 
 Modified:
   head/sys/net/bpf_buffer.c
 
 Modified: head/sys/net/bpf_buffer.c
 ==============================================================================
 --- head/sys/net/bpf_buffer.c  Wed Nov 24 05:37:12 2010        (r215791)
 +++ head/sys/net/bpf_buffer.c  Wed Nov 24 05:50:19 2010        (r215792)
 @@ -88,10 +88,10 @@ __FBSDID("$FreeBSD$");
  
  static int bpf_bufsize = 4096;
  SYSCTL_INT(_net_bpf, OID_AUTO, bufsize, CTLFLAG_RW,
 -    &bpf_bufsize, 0, "Maximum capture buffer size in bytes");
 +    &bpf_bufsize, 0, "Default capture buffer size in bytes");
  static int bpf_maxbufsize = BPF_MAXBUFSIZE;
  SYSCTL_INT(_net_bpf, OID_AUTO, maxbufsize, CTLFLAG_RW,
 -    &bpf_maxbufsize, 0, "Default capture buffer in bytes");
 +    &bpf_maxbufsize, 0, "Maximum capture buffer in bytes");
  
  void
  bpf_buffer_alloc(struct bpf_d *d)
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to