** 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.

** 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 socklen_t *addrlen.
+ PS. I was wrong:  It should be 'socklen_t' instead of 'size_t'.

-- 
accept(2) has a definition error
https://launchpad.net/bugs/57887

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to