Improve nsendmsg prototype.
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 07:15:01 +0000 (07:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 07:15:01 +0000 (07:15 +0000)
sysdeps/unix/sysv/aix/sendmsg.c

index 952bb06..054d374 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sys/socket.h>
 
-extern int nsendmsg (int s, void *uap_msg, int flags);
+extern int nsendmsg (int s, const void *uap_msg, int flags);
 
 ssize_t
 sendmsg (int fd, const struct msghdr *message, int flags)