Re: kern/134557: commit references a PR

2009-07-01 Thread dfilter service
The following reply was made to PR kern/134557; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/134557: commit references a PR Date: Wed, 1 Jul 2009 08:09:10 + (UTC) Author: mav Date: Wed Jul 1 08:08:56 2009 New

Is there a chance to declare the prototype for setfib() somewhere in a system header?

2009-07-01 Thread Vlad Galu
Right now, to be able to compile with g++ (not gcc), I have to declare it in a "extern <>" scope. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@free

Re: Is there a chance to declare the prototype for setfib() somewhere in a system header?

2009-07-01 Thread pluknet
2009/7/1 Vlad Galu : > Right now, to be able to compile with g++ (not gcc), I have to declare > it in a "extern <>" scope. setfib() is declared in -current only in sys/socket.h (r1.102). Can some please correct setfib(2) manpage? --- lib/libc/sys/setfib.2.orig 2009-07-01 13:50:07.0 +04

Re: Is there a chance to declare the prototype for setfib() somewhere in a system header?

2009-07-01 Thread Vlad Galu
On Wed, Jul 1, 2009 at 12:57 PM, pluknet wrote: > 2009/7/1 Vlad Galu : >> Right now, to be able to compile with g++ (not gcc), I have to declare >> it in a "extern <>" scope. > > > setfib() is declared in -current only in sys/socket.h (r1.102). > > Can some please correct setfib(2) manpage? > > ---

Re: Is there a chance to declare the prototype for setfib() somewhere in a system header?

2009-07-01 Thread Vlad Galu
On Wed, Jul 1, 2009 at 1:04 PM, Vlad Galu wrote: > On Wed, Jul 1, 2009 at 12:57 PM, pluknet wrote: >> 2009/7/1 Vlad Galu : >>> Right now, to be able to compile with g++ (not gcc), I have to declare >>> it in a "extern <>" scope. >> >> >> setfib() is declared in -current only in sys/socket.h (r1.102

Re: kern/124127: [msk] watchdog timeout (missed Tx interrupts) -- recovering

2009-07-01 Thread Dmitry A.Deineka
The following reply was made to PR kern/124127; it has been noted by GNATS. From: "Dmitry A.Deineka" To: bug-follo...@freebsd.org Cc: Pyun YongHyeon Subject: Re: kern/124127: [msk] watchdog timeout (missed Tx interrupts) -- recovering Date: Wed, 01 Jul 2009 15:59:22 +0300 Hi, have same pro