Re: Any chance of changing struct member names in nameser.h?

2000-07-07 Thread Graham Wheeler
Jim King wrote: In that case, although it's considerably more work I'd take a look at writing some C wrappers around the offending stuff. You could write the wrappers such that they'd compile with the offending include file, and be callable from C++. Sounds tedious and time consuming, but

Re: FREEBSDFREE CD-ROM

2000-07-07 Thread Mike Tancsa
Hello, You might do well to look at http://www.freebsd.org to understand where to post questions like this. The mailing list [EMAIL PROTECTED] is not the correct place to post such a question. Start at that website, and have a look through http://www.freebsd.org/handbook/index.html

Re: Any chance of changing struct member names in nameser.h?

2000-07-07 Thread Rasmus Kaj
"JK" == Jim King [EMAIL PROTECTED] writes: extern "C" { #include header_with_cpp_bogons.h } JK You're right, my bad. Son of a gun, I've used 'extern "C"' for gobs of JK stuff but I guess I never ran into C header files that had C++ reserved JK words. JK In that case, although

make: don't know how to make dwarf1.c. Stop

2000-07-07 Thread C J Michaels
I cvsupped today and tried to buildworld. I received the following error: === doc === libiberty === libbfd sed -e s/NN/32/g /home/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf xx-target.h elf32-target.h sed -f

Re: VIA chip set

2000-07-07 Thread Eric J. Schwertfeger
On Fri, 7 Jul 2000, Bob Willcox wrote: On Wed, Jul 05, 2000 at 05:01:16PM -0700, Eric J. Schwertfeger wrote: On Tue, 4 Jul 2000, Linh Pham wrote: Does anyone know if the boxed AMD processors that they are including the new Thunderbird varieties? Almost definitely not, since the

Re: Any chance of changing struct member names in nameser.h?

2000-07-07 Thread Alfred Perlstein
* Graham Wheeler [EMAIL PROTECTED] [000707 07:46] wrote: Jim King wrote: In that case, although it's considerably more work I'd take a look at writing some C wrappers around the offending stuff. You could write the wrappers such that they'd compile with the offending include file, and

Re: VIA chip set

2000-07-07 Thread Bob Willcox
On Fri, Jul 07, 2000 at 07:56:24AM -0700, Eric J. Schwertfeger wrote: On Fri, 7 Jul 2000, Bob Willcox wrote: On Wed, Jul 05, 2000 at 05:01:16PM -0700, Eric J. Schwertfeger wrote: On Tue, 4 Jul 2000, Linh Pham wrote: Does anyone know if the boxed AMD processors that they are

Re: make: don't know how to make dwarf1.c. Stop

2000-07-07 Thread Lint^^
this should be fixed now... as per: On Thu, Jul 06, 2000 at 01:17:47PM -0700, David O'Brien wrote: I am about to import 5-CURRENT Binutils. Kernel builds will be broken with the new Binutils, during the time it takes me to MFC the /sys/ changes that will be needed. I declare all my

Re: pxeboot problems with 4.0-stable (continued)

2000-07-07 Thread Peter Radcliffe
Gerhard Sittig [EMAIL PROTECTED] probably said: Listening on BPF/fxp1/00:50:8b:d3:0b:ba/10.25.1.0 Sending on BPF/fxp1/00:50:8b:d3:0b:ba/10.25.1.0 Sending on Socket/fallback/fallback-net I would expect the daemon to listen on and to send to a "real" address

Re: Any chance of changing struct member names in nameser.h?

2000-07-07 Thread Alfred Perlstein
* Jacques A. Vidrine [EMAIL PROTECTED] [000707 09:26] wrote: On Fri, Jul 07, 2000 at 07:55:46AM -0700, Alfred Perlstein wrote: Yes, I could do that - I have done that already for curses.h. But I still think it sucks badly that there is a variable named 'class', and I still think it