2013/8/16 Konstantin Belousov <k...@freebsd.org> > Author: kib > Date: Fri Aug 16 14:22:20 2013 > New Revision: 254415 > URL: http://svnweb.freebsd.org/changeset/base/254415 > > Log: > Restore the previous sendfile(2) behaviour on the block devices. > Provide valid .fo_sendfile method for several missed struct fileops. > > Reviewed by: glebius > Sponsored by: The FreeBSD Foundation > > Modified: > head/sys/dev/streams/streams.c > head/sys/fs/devfs/devfs_vnops.c > head/sys/kern/sys_procdesc.c > head/sys/kern/vfs_vnops.c > head/sys/sys/file.h > > Hello Konstantin.
I believe that this commit adds redundant vn_sendfile declaration. Please see below: c1: warnings being treated as errors sys/kern/uipc_syscalls.c:161: warning: redundant redeclaration of 'vn_sendfile' [-Wredundant-decls] sys/sys/file.h:244: warning: previous declaration of 'vn_sendfile' was here Best regards Zbyszek Bodek _______________________________________________ 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"