From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2462 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: libedit build, missing sys/ttydefaults.h & sys/errno.h Date: Thu, 13 Dec 2012 21:40:33 +0100 Message-ID: <50CA3D41.3060906@barfooze.de> References: <50C9AE08.5040204@intelcom.su> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355431221 18901 80.91.229.3 (13 Dec 2012 20:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Dec 2012 20:40:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2463-gllmg-musl=m.gmane.org@lists.openwall.com Thu Dec 13 21:40:35 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TjFa5-0001Il-HE for gllmg-musl@plane.gmane.org; Thu, 13 Dec 2012 21:40:33 +0100 Original-Received: (qmail 16131 invoked by uid 550); 13 Dec 2012 20:40:20 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 16122 invoked from network); 13 Dec 2012 20:40:20 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <50C9AE08.5040204@intelcom.su> Xref: news.gmane.org gmane.linux.lib.musl.general:2462 Archived-At: On 12/13/2012 11:29 AM, ojab wrote: > > libedit-3.0 build fails with > >> editline/readline.h:79:29: fatal error: sys/ttydefaults.h: No such >> file or directory >> fileman.c:14:23: fatal error: sys/errno.h: No such file or directory > > After adding sys/ttydefaults.h from NetBSD [1] (cleaned up version in > the attached file) btw additionally to the superfluous KERNEL part, there are a lot of missing declarations e.g. BRKINT which is used by the TTYDEF_IFLAG macro.