Re: struct timeval: why is tv_sec long?

2005-10-08 Thread Andreas Kohn
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 >

Re: struct timeval: why is tv_sec long?

2005-10-07 Thread Andreas Kohn
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

struct timeval: why is tv_sec long?

2005-10-06 Thread Andreas Kohn
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;

Strange (null) in cc -print-search-dirs

2005-08-20 Thread Andreas Kohn
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

Re: WinXP and FreeBSD configuration problems

2005-08-05 Thread Andreas Kohn
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

Re: Why present different size and md5 hash between the compiled code and FreeBSD's build-in binary ?

2004-10-12 Thread Andreas Kohn
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

Re: Why present different size and md5 hash between the compiled code and FreeBSD's build-in binary ?

2004-10-12 Thread Andreas Kohn
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

Re: header file related question

2004-09-10 Thread Andreas Kohn
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

Re: jdk13 native plugin stopped working on native mozilla on -CURRENT

2004-07-28 Thread Andreas Kohn
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