summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-08-13 13:40:31 +0000
committerglebius <glebius@FreeBSD.org>2013-08-13 13:40:31 +0000
commit33afc0388b6fdde2fe8879b8589ed3dfee555904 (patch)
tree4248e34f825a22ee7f7de3dce9265384e3b03e39
parent14fc3cda65529e3044c065c69b2e8ae7a230ecb3 (diff)
downloadFreeBSD-src-33afc0388b6fdde2fe8879b8589ed3dfee555904.zip
FreeBSD-src-33afc0388b6fdde2fe8879b8589ed3dfee555904.tar.gz
- Minor style(9) fix.
- Bring a comment up to date.
-rw-r--r--sys/kern/uipc_syscalls.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 8fead27..7be7033 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -109,15 +109,17 @@ static int recvit(struct thread *td, int s, struct msghdr *mp, void *namelenp);
static int accept1(struct thread *td, int s, struct sockaddr *uname,
socklen_t *anamelen, int flags);
-static int do_sendfile(struct thread *td, struct sendfile_args *uap, int compat);
+static int do_sendfile(struct thread *td, struct sendfile_args *uap,
+ int compat);
static int getsockname1(struct thread *td, struct getsockname_args *uap,
int compat);
static int getpeername1(struct thread *td, struct getpeername_args *uap,
int compat);
counter_u64_t sfstat[sizeof(struct sfstat) / sizeof(uint64_t)];
+
/*
- * NSFBUFS-related variables and associated sysctls
+ * sendfile(2)-related variables and associated sysctls
*/
int nsfbufs;
int nsfbufspeak;
OpenPOWER on IntegriCloud