Re: [PATCH] changing the ToS in IP Header

2003-05-28 Thread Terry Lambert
Ashish Kulkarni wrote: The attached patch adds a new sysctl oid for support of a net.inet.ip.default_tos (default: 0). I sent it as a context diff, in case the kernel has changed more than a little since the last time I updated. Note: I only compile-tested this. Thanks a lot for

Re: gcc bug? Openoffice port impossibel to compile on 4.8

2003-05-28 Thread Wes Peters
On Thursday 22 May 2003 10:23 am, Julian Elischer wrote: I have rebuilt my system several times and rebuilt all ports.. /usr/ports/editors/openoffice always ends up with: GCC 3.2 is broken by design. It insists, amongst other stupidities, on type-checking arguments using old style

Re: gcc problem/openoffice failure

2003-05-28 Thread Marco Molteni
Julian Elischer wrote [2003-05-27]: For the last month (more actually)(and after completely rebuilding my system and all the ports on it) I have not been able to compile the openoffice port due to gcc failures. (I have posted the message earlier several times) Has anyone been able to

Re: gcc problem/openoffice failure

2003-05-28 Thread Peter Jeremy
On Tue, May 27, 2003 at 04:55:47PM -0700, Julian Elischer wrote: Has anyone been able to compile the openoffice port recently? It built successfully for me on 25th April in -STABLE. Are you using any non-default flags or options? Last time I tried to build it with debugging enabled (beginning

Re: gcc bug? Openoffice port impossibel to compile on 4.8

2003-05-28 Thread Dag-Erling Smorgrav
Wes Peters [EMAIL PROTECTED] writes: GCC 3.2 is broken by design. It insists, amongst other stupidities, on type-checking arguments using old style declarations like: int foo(bar) char *bar; {} rendering most UNIX software from before 1996 uncompilable. have you tried