diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-11 06:13:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-11 06:13:51 +0000 |
commit | b8d1d50c3fffcefd6f68e32e7c96f4059ee6990e (patch) | |
tree | ff1928c98ae4361b1438095073f28f62f8bd3c02 /lib/libc/sys/msgsnd.2 | |
parent | 0857b2aee21b3f88f3ce3f09690f03168612749f (diff) |
const a few more calls
Diffstat (limited to 'lib/libc/sys/msgsnd.2')
-rw-r--r-- | lib/libc/sys/msgsnd.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2 index e64dfe2e646..9d8400d9acf 100644 --- a/lib/libc/sys/msgsnd.2 +++ b/lib/libc/sys/msgsnd.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgsnd.2,v 1.4 1997/11/24 02:07:30 deraadt Exp $ +.\" $OpenBSD: msgsnd.2,v 1.5 1998/05/11 06:13:49 deraadt Exp $ .\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -41,7 +41,7 @@ .Fd #include <sys/ipc.h> .Fd #include <sys/msg.h> .Ft int -.Fn msgsnd "int msqid" "void *msgp" "size_t msgsz" "int msgflg" +.Fn msgsnd "int msqid" "const void *msgp" "size_t msgsz" "int msgflg" .Sh DESCRIPTION The .Fn msgsnd |