Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 20:02:49 -0500
From:      "Gary Palmer" <gpalmer@freebsd.org>
To:        current@freebsd.org
Cc:        yokota@freebsd.org
Subject:   breakage on alpha 
Message-ID:  <53714.921632569@gjp.erols.com>

next in thread | raw e-mail | index | archive | help


===> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53714.921632569>