Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 11:07:19 -0400
From:      "Matias Turteltaub" <M@Turteltaub.com>
To:        <ports@FreeBSD.org>
Subject:   problem with 9e 
Message-ID:  <CDECJFEKAHKDAEHIDGDLKEEGDAAA.M@Turteltaub.com>

next in thread | raw e-mail | index | archive | help
Hi
I must install the 9e-1.0 package under FreeBSD version 4.9. In turn, 9e-1.0
uses the library sys/stat.h. The latter contains the instructions:
################
#if !defined(_KERNEL) && !defined(_POSIX_SOURCE)
/*
 * XXX we need this for struct timespec.  We get miscellaneous namespace
 * pollution with it.
 */
#include <sys/time.h>
#endif
################
However, FreeBSD version 4.9 does not include the file time.h. Any
suggestions will be highly appreciated.
Thanks
Matias Turteltaub






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