From 69938bd19626ef8e176215880689a282503f8eca Mon Sep 17 00:00:00 2001 From: rwatson 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/uipc_syscalls.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/kern/uipc_syscalls.c') diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 27b12c9..5f6479c 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -1171,7 +1171,6 @@ orecvfrom(td, uap) } #endif - #ifdef COMPAT_OLDSOCK int orecv(td, uap) @@ -1741,9 +1740,8 @@ sf_buf_mext(void *addr, void *args) * * Send a file specified by 'fd' and starting at 'offset' to a socket * specified by 's'. Send only 'nbytes' of the file or until EOF if nbytes == - * 0. Optionally add a header and/or trailer to the socket output. If + * 0. Optionally add a header and/or trailer to the socket output. If * specified, write the total number of bytes sent into *sbytes. - * */ int sendfile(struct thread *td, struct sendfile_args *uap) -- cgit v1.1