From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11863 Path: news.gmane.org!.POSTED!not-for-mail From: Matias Fonzo Newsgroups: gmane.linux.lib.musl.general Subject: Re: Missing definitions for UTMP(x) Date: Tue, 29 Aug 2017 15:53:51 -0300 Organization: Dragora GNU/Linux-Libre Message-ID: <20170829155351.23fe8b9f@prometeo.example.org> References: <20170828185658.74f2552f@prometeo.example.org> <59A4CCBC.3010300@adelielinux.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1504033065 31703 195.159.176.226 (29 Aug 2017 18:57:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 29 Aug 2017 18:57:45 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-11876-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 29 20:57:41 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dmlhf-0007ky-IP for gllmg-musl@m.gmane.org; Tue, 29 Aug 2017 20:57:35 +0200 Original-Received: (qmail 32730 invoked by uid 550); 29 Aug 2017 18:57:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 32710 invoked from network); 29 Aug 2017 18:57:40 -0000 In-Reply-To: <59A4CCBC.3010300@adelielinux.org> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.30; x86_64-unknown-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:11863 Archived-At: Hi A. Wilcox, On Mon, 28 Aug 2017 21:09:00 -0500 "A. Wilcox" wrote: >=20 > If you'll notice, this would cause preprocessor recursion. >=20 > The musl libc does not actually support utmpx or wtmpx. For better > support you need to add another library such as libutx: >=20 > https://code.foxkit.us/adelie/libutx >=20 Thanks for the information. :-) > [..] Regards, Mat=EDas