On 10 May 2018 at 09:18, Andrew Gallatin <galla...@cs.duke.edu> wrote: > On 05/10/18 07:36, Ed Maste wrote: >> >> Author: emaste >> Date: Thu May 10 11:36:16 2018 >> New Revision: 333457 >> URL: ... >> >> Log: >> ANSIfy sys_generic.c > > This breaks the kernel build: > > /usr/src/sys/kern/sys_generic.c:522:1: error: conflicting types for > 'kern_pwritev' > kern_pwritev(struct thread *td, struct uio *auio, int fd, off_t offset) > ^ > /usr/src/sys/sys/syscallsubr.h:212:5: note: previous declaration is here > int kern_pwritev(struct thread *td, int fd, struct uio *auio, off_t > offset); > ^ > 1 error generated. > *** [sys_generic.o] Error code 1
Sorry about the breakage, and thanks for reporting and fixing. I merged from FreeBSD to my WIP tree, and was reminded that I had this change because r333425 included an adjacent change. When making the change in svn I accidentally reintroduced the misordering. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"