Date: Sat, 28 Feb 2015 22:29:28 +0100 From: Oliver Pinter <oliver.pinter@hardenedbsd.org> To: Ryan Stone <rysto32@gmail.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: atkbd.c not compiling? Message-ID: <CAPQ4ffsG4s0R8veUix8LUo6Kv_D3TbAx4ej_Av-Y7=dPeUVGKg@mail.gmail.com> In-Reply-To: <CAFMmRNznx5fBxfhhTY8menNNqCBaPR9w6-VS9as22WEqsTHLkw@mail.gmail.com> References: <CAFMmRNznx5fBxfhhTY8menNNqCBaPR9w6-VS9as22WEqsTHLkw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 28, 2015 at 10:25 PM, Ryan Stone <rysto32@gmail.com> wrote: > I updated my source tree this morning and now I'm seeing this compile > error in "make tinderbox"; > > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:382:26: error: use of undecla > red identifier 'key_map'; did you mean 'keymap'? > keymap = malloc(sizeof(key_map), M_DEVBUF, M_NOWAIT); > ^~~~~~~ > keymap > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:358:12: note: 'keymap' declar > ed here > keymap_t *keymap; > /repos/users/rstone/freebsd/sys/dev/atkbdc/atkbd.c:383:26: error: use of undecla > red identifier 'accent_map'; did you mean 'accentmap_t'? > accmap = malloc(sizeof(accent_map), M_DEVBUF, M_NOWAIT); > ^ > /repos/users/rstone/freebsd/sys/sys/kbio.h:210:26: note: 'accentmap_t' declared > here > typedef struct accentmap accentmap_t; > Hi! See these PRs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193817 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193865 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194744 > > > (By the way, this is the second time in two days that "make tinderbox" > has been broken for me. It's extremely frustrating that I can't test > my pending commits because others haven't done me the same courtesy) > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPQ4ffsG4s0R8veUix8LUo6Kv_D3TbAx4ej_Av-Y7=dPeUVGKg>