misc/152531: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Nov 24 06:00:23 UTC 2010


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
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)
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list