Hi,
On Sat, 2005-10-08 at 06:54 +1000, Peter Jeremy wrote:
> On Fri, 2005-Oct-07 20:17:43 +0200, Andreas Kohn wrote:
> >As SUSv2 wants tv_sec to be time_t[1], would it be possible to change
> >this to time_t on all but alpha? I guess alpha will not receive a switch
>
Hi,
On Fri, 2005-10-07 at 09:28 -0700, Brooks Davis wrote:
> On Fri, Oct 07, 2005 at 02:22:22AM +0200, Andreas Kohn wrote:
> > Hi,
> >
> > is there any special reason for timeval.tv_sec being long?
>
> tv_sec is presumably long becuase that way 64-bit platforms end up
Hi,
is there any special reason for timeval.tv_sec being long?
--- sys/_timeval.h
/*
* Structure returned by gettimeofday(2) system call, and used in other
calls.
*/
struct timeval {
longtv_sec; /* seconds (XXX should be
time_t) */
suseconds_t tv_usec;
Hi,
I tried building lcc from the quake3 arena sources today, and it failed
when doing
cc -print-search-dirs.
On my FreeBSD -CURRENT I got:
install: /usr/libexec/(null)
On DragonflyBSD guys from #dragonflybsd also got (null) there, except on
very recent DF.
Linux(RH9) has:
install: /usr/lib/gcc
On Thu, 2005-08-04 at 22:44 -0400, [EMAIL PROTECTED] wrote:
> Hello all,
>
> OK it is now day three and I have given up. This will be a long
> one just to warn you now.
>
[...]
> First, I tried to install windows on the first 2G partition then
> tried to install freebsd as follows
> ad0s0
Jerry wrote:
> --- Andreas Kohn <[EMAIL PROTECTED]> wrote:
>
>
>>Hi,
>>
>>you might be using different optimization flags than
>>the release
>>building cluster.
>>Also make sure that you have really the correct
>>sources, and not a ne
Jerry wrote:
>Hi~
>
>This is my first time to post question here, and also
>I am a newbie on FreeBSD. A confusing thing I discover
>is: Why the binary code I compiled(for example,telnet
>command)compare with the original one is diffirent,
>either size or md5 hash value, What's going on? Are
>the s
On Fri, 2004-09-10 at 02:38, vxp wrote:
> hi,
>
> i realize it's most likely a stupid question, but try not to be too hard
> on me please - i'm trying to learn :)
>
> i'm experimenting with the kernel's source, and i'm not quite sure how to
> find what all the header files are that i need, for th
On Wed, 2004-07-28 at 00:45, Ted Faber wrote:
> I know this is off topic here, but I'm hoping that I can get a quick
> answer rather than tromping off to ports or java.
Why don't you want to ask your question in a place where the chance for
an answer is much higher? *puzzled*
> I'm runiing a rec
9 matches
Mail list logo