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:56:57PM +0000, Thor Lancelot Simon wrote:
> Module Name: src
> Committed By: tls
> Date: Wed Sep 2 14:56:57 UTC 2009
>
> Modified Files:
> src/sys/kern: uipc_socket2.c
> src/sys/net: if_gre.c
> src/sys/netinet: accf_data.c accf_http.c
> src/sys/sys: socketvar.h
>
> 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
Thomas
Home |
Main Index |
Thread Index |
Old Index