From owner-freebsd-current Mon Feb 8 17:39:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10463 for freebsd-current-outgoing; Mon, 8 Feb 1999 17:39:32 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10453 for ; Mon, 8 Feb 1999 17:39:29 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.1/8.9.1) with SMTP id UAA08433 for ; Mon, 8 Feb 1999 20:39:27 -0500 (EST) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA09075; Mon, 8 Feb 1999 20:39:26 -0500 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id UAA18968 for freebsd-current@freebsd.org; Mon, 8 Feb 1999 20:39:26 -0500 (EST) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199902090139.UAA18968@bb01f39.unx.sas.com> Subject: ibcs2_ipc.c compile failure To: freebsd-current@FreeBSD.ORG Date: Mon, 8 Feb 1999 20:39:26 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I beleive version 1.14 of ibcs2_ipc.c is bad. I've been receiving the following error(s) when trying to comile it: Thanks! John cc -nostdinc -O -pipe -DCOMPAT_IBCS2 -DKERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/obj/usr/src/sys/modules/ibcs2 -I/usr/obj/usr/src/sys/modules/ibcs2/@ -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:58: warning: `struct ibcs2_ipc_perm' declared inside parameter list /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:58: warning: its scope is only this definition or declaration, /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:58: warning: which is probably not what you want. /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:59: warning: `struct ibcs2_ipc_perm' declared inside parameter list /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function `cvt_msqid2imsqid': /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:71: warning: passing arg 2 of `cvt_perm2iperm' from incompatible pointer type /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function `cvt_imsqid2msqid': /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:90: warning: passing arg 1 of `cvt_iperm2perm' from incompatible pointer type /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function `cvt_iperm2perm': /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:185: argument `ipp' doesn't match prototype /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:59: prototype declaration /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:186: dereferencing pointer to incomplete type /usr/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:187: dereferencing pointer to incomplete type To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message