Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Wed, Sep 02, 2009 at 02:22:38PM -0400, Thor Lancelot Simon wrote:
> On Wed, Sep 02, 2009 at 08:11:35PM +0200, Thomas Klausner wrote:
> >
> > > Log Message:
> > > Add a direction argument to socket upcalls, so they can tell why they've
> > > been called when, for example, they're waiting for space to write.  From
> > > Ritesh Agrawal at Coyote Point.
> > 
> > Do you think this might be related to:
> > --- dependall-nfsserver ---
> > /archive/build/tools/bin/x86_64--netbsd-gcc -O2 -mcmodel=kernel -Wall 
> > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare 
> > -Wno-traditional -Wa,--fatal-warnings  -Werror  -ffreestanding  
> > -fno-strict-aliasing -Wno-pointer-sign  -I/archive/cvs/src/common/include 
> > -DNFS -DNFSSERVER -I/archive/cvs/src/common/include  -nostdinc -I. 
> > -I/archive/cvs/src/sys/modules/nfsserver -isystem /archive/cvs/src/sys 
> > -isystem /archive/cvs/src/sys/arch -isystem 
> > /archive/cvs/src/sys/../common/include -D_KERNEL -D_LKM -D_MODULE -c    
> > /archive/cvs/src/sys/nfs/nfs_syscalls.c
> > cc1: warnings being treated as errors
> > /archive/cvs/src/sys/nfs/nfs_syscalls.c: In function 'nfssvc_addsock':
> > /archive/cvs/src/sys/nfs/nfs_syscalls.c:410: warning: assignment from 
> > incompatible pointer type
> 
> Not really -- I did a full build of GENERIC with this change in... let me
> check I didn't miss anything in the NFS code.

That's not a kernel build, that's from a 'build.sh distribution'
 Thomas


Home | Main Index | Thread Index | Old Index