Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 15:13:26 -0400
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Robert Suetterlin <robert@mpe.mpg.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Q: contrib/file/file.h uses wron include?
Message-ID:  <20020916151326.A84465@espresso.q9media.com>
In-Reply-To: <20020916122805.A50867@robert3.mpe-garching.mpg.de>; from robert@mpe.mpg.de on Mon, Sep 16, 2002 at 12:28:05PM %2B0200
References:  <20020916122805.A50867@robert3.mpe-garching.mpg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Suetterlin <robert@mpe.mpg.de> writes:
> Hello!
> 
> 	On my system -CURRENT won't buildworld because of 
> ``/usr/src/current/file/file.h'' including <stdint.h> which is not
             ^ contrib?
> available on my system.  Should this be <sys/stdint.h>?

stdint.h should be a symbolic link, ie:
% ls -l /usr/include/stdint.h
lrwxr-xr-x  1 root  wheel  12 Sep 15 16:19 /usr/include/stdint.h -> sys/stdint.h

Best regards,
Mike Barcroft

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




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