aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/msgsnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/msgsnd.c')
-rw-r--r--sysdeps/generic/msgsnd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/generic/msgsnd.c b/sysdeps/generic/msgsnd.c
index 9938952..5c65116 100644
--- a/sysdeps/generic/msgsnd.c
+++ b/sysdeps/generic/msgsnd.c
@@ -1,6 +1,6 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
+ Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
@@ -29,7 +29,7 @@
int
msgsnd (msqid, msgp, msgsz, msgflg)
int msqid;
- void *msgp;
+ const void *msgp;
size_t msgsz;
int msgflg;
{