diff options
Diffstat (limited to 'sys/kern/sysv_msg.c')
| -rw-r--r-- | sys/kern/sysv_msg.c | 4 |
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; |
