svn commit: r333457 - head/sys/kern

Ed Maste emaste at freebsd.org
Thu May 10 13:57:35 UTC 2018


On 10 May 2018 at 09:18, Andrew Gallatin <gallatin at 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.


More information about the svn-src-all mailing list