===> usr.sbin/kbdcontrol
cc -O -pipe   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c
gzip -cn /usr/src/usr.sbin/kbdcontrol/kbdcontrol.1 > kbdcontrol.1.gz
lex -t  /usr/src/usr.sbin/kbdcontrol/lex.l > lex.c
cc -O -pipe   -I/usr/obj/usr/src/tmp/usr/include -c lex.c
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:418: warning: `struct key_t' declared 
inside parameter list
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:418: warning: its scope is only this 
definition or declaration,
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:418: warning: which is probably not 
what you want.
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function 
`print_key_definition_line':
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:431: dereferencing pointer to 
incomplete type
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:432: dereferencing pointer to 
incomplete type
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:434: dereferencing pointer to 
incomplete type
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:438: dereferencing pointer to 
incomplete type
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `print_keymap':
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:722: warning: passing arg 3 of 
`print_key_definition_line' from incompatible pointer type
*** Error code 1

I can't find a key_t anywhere in the source tree (not relative to the
console anyhow)...

Is that meant to be a keyent_t? I believe so...

Gary
--
Gary Palmer                                          FreeBSD Core Team Member
FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to