summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_msg.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
commit873fbcd776b5c6e0b7caa1f1f87cc91a12d339db (patch)
tree2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/sysv_msg.c
parent491deb49c4d5eb6b35205a3079202be044f81742 (diff)
Notes
Diffstat (limited to 'sys/kern/sysv_msg.c')
-rw-r--r--sys/kern/sysv_msg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c
index e86e46fd89ef..d9f320787d78 100644
--- a/sys/kern/sysv_msg.c
+++ b/sys/kern/sysv_msg.c
@@ -380,7 +380,6 @@ struct msgctl_args {
struct msqid_ds *buf;
};
#endif
-
int
msgctl(td, uap)
struct thread *td;
@@ -553,7 +552,6 @@ struct msgget_args {
int msgflg;
};
#endif
-
int
msgget(td, uap)
struct thread *td;
@@ -663,7 +661,6 @@ struct msgsnd_args {
int msgflg;
};
#endif
-
int
kern_msgsnd(td, msqid, msgp, msgsz, msgflg, mtype)
struct thread *td;
@@ -1000,7 +997,6 @@ struct msgrcv_args {
int msgflg;
};
#endif
-
int
kern_msgrcv(td, msqid, msgp, msgsz, msgtyp, msgflg, mtype)
struct thread *td;