On Jun 28, 2013, at 9:35 PM, Peter Wemm wrote: > Author: peter > Date: Sat Jun 29 04:35:04 2013 > New Revision: 252367 > URL: http://svnweb.freebsd.org/changeset/base/252367 > > Log: > Help out gcc. clang understands. > > sys_generic.c:1510: warning: 'precision' may be used uninitialized > *** [sys_generic.o] Error code 1
... > Modified: head/sys/kern/vfs_init.c > ============================================================================== > --- head/sys/kern/vfs_init.c Sat Jun 29 04:27:04 2013 (r252366) > +++ head/sys/kern/vfs_init.c Sat Jun 29 04:35:04 2013 (r252367) > @@ -201,6 +201,7 @@ vfs_register(struct vfsconf *vfc) > } else > vfc->vfc_typenum = maxvfsconf++; > TAILQ_INSERT_TAIL(&vfsconf, vfc, vfc_list); > + vfc->vfc_flags |= VFCF_JAIL; Was this portion of the diff intentional? _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"