Re: [PATCH 18/18] flag parameters: check magic constants

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Tuesday, May 13, 2008 - 9:43 pm

On Mon, 12 May 2008 22:42:50 -0700 Ulrich Drepper <drepper@redhat.com> wrote:


mips allmodconfig is unhappy still.


net/socket.c: In function `sys_socket':
net/socket.c:1225: error: `SOCK_CLOEXEC' undeclared (first use in this function)
net/socket.c:1225: error: (Each undeclared identifier is reported only once
net/socket.c:1225: error: for each function it appears in.)
net/socket.c:1226: error: `SOCK_NONBLOCK' undeclared (first use in this function)
net/socket.c:1227: error: `SOCK_TYPE_MASK' undeclared (first use in this function)
net/socket.c: In function `sys_socketpair':
net/socket.c:1268: error: `SOCK_TYPE_MASK' undeclared (first use in this function)
net/socket.c:1269: error: `SOCK_CLOEXEC' undeclared (first use in this function)
net/socket.c:1269: error: `SOCK_NONBLOCK' undeclared (first use in this function)
net/socket.c: In function `do_accept':
net/socket.c:1438: error: `SOCK_CLOEXEC' undeclared (first use in this function)
net/socket.c:1438: error: `SOCK_NONBLOCK' undeclared (first use in this function)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 18/18] flag parameters: check magic constants, Ulrich Drepper, (Tue May 6, 2:18 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Andrew Morton, (Mon May 12, 8:13 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Ulrich Drepper, (Mon May 12, 8:54 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Andrew Morton, (Mon May 12, 9:01 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Ulrich Drepper, (Mon May 12, 9:21 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Andrew Morton, (Mon May 12, 10:04 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Ulrich Drepper, (Mon May 12, 10:10 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Andrew Morton, (Mon May 12, 10:19 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Ulrich Drepper, (Mon May 12, 10:42 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Andrew Morton, (Tue May 13, 9:43 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Andrew Morton, (Thu May 22, 10:22 pm)
Re: [PATCH 18/18] flag parameters: check magic constants, Ulrich Drepper, (Fri May 23, 7:31 am)