From owner-freebsd-questions Mon Oct 7 14:42:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01771 for questions-outgoing; Mon, 7 Oct 1996 14:42:17 -0700 (PDT) Received: from cenotaph.snafu.de (root@gw-deadnet.snafu.de [194.121.229.33]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA01765 for ; Mon, 7 Oct 1996 14:42:09 -0700 (PDT) Received: by cenotaph.snafu.de id m0vANQv-000ZjpC; Mon, 7 Oct 1996 23:41:53 +0200 (MET DST) (Smail-3.2 1996-Jul-4 #1) Message-Id: From: mickey@gw-deadnet.snafu.de (Andreas S. Wetzel) Subject: Conflict sys/types.h <-> machine/console.h ??? To: questions@freebsd.org Date: Mon, 7 Oct 1996 23:41:52 +0200 (MET DST) Reply-To: mickey@gw-deadnet.snafu.de X-Mailer: ELM [version 2.4ME+ PL13] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! --- Recently I had a strange problem while trying to compile a piece of ISDN config software named ESTIC. The software includes as well as , which ends up in an error which states that type key_t had been redefined. Is this a bug in the include files, or is it correct that both include files define a type named key_t ? typedef long key_t; /* IPC key (for Sys V IPC) */ struct key_t { u_char map[NUM_STATES]; u_char spcl; u_char flgs; }; I'm running FreeBSD -current compiled on Wed Sep 4 02:55:48 MET DST 1996 Any help appreciated. Regards, mickey