[klibc] include: [sys/socket.h] Fix bind and connect attributes

Noticed while compiling some util-linux stuff:
gen_uuid.c:507:21: warning: passing argument 2 of 'connect' discards 'const' qualifier from pointer target type [enabled by default]
/usr/lib/klibc/include/sys/socket.h:248:14: note: expected 'struct sockaddr *' but argument is of type 'const struct sockaddr *'

Signed-off-by: maximilian attems <max@stro.at>
2 files changed