From owner-freebsd-current Tue Mar 16 17: 3:13 1999 Delivered-To: freebsd-current@freebsd.org Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (Postfix) with ESMTP id BD83E1512A; Tue, 16 Mar 1999 17:03:07 -0800 (PST) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.9.1/8.8.7) with ESMTP id UAA53718; Tue, 16 Mar 1999 20:02:49 -0500 (EST) (envelope-from gjp@gjp.erols.com) To: current@freebsd.org Cc: yokota@freebsd.org From: "Gary Palmer" Subject: breakage on alpha Date: Tue, 16 Mar 1999 20:02:49 -0500 Message-ID: <53714.921632569@gjp.erols.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ===> 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