Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2002 15:31:29 +0100
From:      stefan@fafoe.dyndns.org (Stefan Farfeleder)
To:        =?iso-8859-1?Q?J=F6rg?= Sonnenberger <joerg.sonnenberger@web.de>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Broken <utmp.h>
Message-ID:  <20021212143129.GA644@frog.fafoe>
In-Reply-To: <20021212144603.5751fcc7.joerg.sonnenberger@web.de>
References:  <20021212144603.5751fcc7.joerg.sonnenberger@web.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 12, 2002 at 02:46:03PM +0100, Jörg Sonnenberger wrote:
> Hi all,
> I am porting terminal emulator from Linux to (Free-)BSD and got a nice
> error message from #include <utmp.h>. I am using FreeBSD-current.
> This file uses int32_t without including stdint.h, so it fails if my sources
> doesn't include the later. Is this behaviour intended or has noone tried
> to do this before?

utmp(5) tells you to include <sys/types.h> before <utmp.h>, so this
should be intended.

Regards,
Stefan Farfeleder

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021212143129.GA644>