From 873fbcd776b5c6e0b7caa1f1f87cc91a12d339db Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 5 Mar 2007 13:10:58 +0000 Subject: Further system call comment cleanup: - Remove also "MP SAFE" after prior "MPSAFE" pass. (suggested by bde) - Remove extra blank lines in some cases. - Add extra blank lines in some cases. - Remove no-op comments consisting solely of the function name, the word "syscall", or the system call name. - Add punctuation. - Re-wrap some comments. --- sys/kern/sysv_msg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/kern/sysv_msg.c') 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; -- cgit v1.2.3