[Bug 57887] Re: accept(2) has a definition error

2006-08-29 Thread cdp_xe
** Description changed: Binary package hint: manpages-de From an Ubuntu Manpage: int accept(int s, struct sockaddr *addr, int *addrlen);. But aehhmm... gcc returns an error if used with -Wall - because it should be size_t *addrlen. + because it should be socklen_t *addrlen. ** Descriptio

[Bug 57887] accept(2) has a definition error

2006-08-27 Thread cdp_xe
Public bug reported: Binary package hint: manpages-de >From an Ubuntu Manpage: int accept(int s, struct sockaddr *addr, int *addrlen);. But aehhmm... gcc returns an error if used with -Wall because it should be size_t *addrlen. ** Affects: manpages-de (Ubuntu) Importance: Untriaged