diff options
| author | 2014-01-23 04:11:46 +0000 | |
|---|---|---|
| committer | 2014-01-23 04:11:46 +0000 | |
| commit | 07b441114210d1b0e09c4b4a056be66c4b4f1ba2 (patch) | |
| tree | 5bcd81cbc63cda13ab1d264eb9d891bf03a94e1d /sys/compat/linux/linux_misc.c | |
| parent | Switch to task queues, except for one little corner case that I need to think (diff) | |
| download | wireguard-openbsd-07b441114210d1b0e09c4b4a056be66c4b4f1ba2.tar.xz wireguard-openbsd-07b441114210d1b0e09c4b4a056be66c4b4f1ba2.zip | |
adjust a comment or two
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index c087a93b131..eda30fe40ff 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_misc.c,v 1.84 2013/12/08 03:30:01 brad Exp $ */ +/* $OpenBSD: linux_misc.c,v 1.85 2014/01/23 04:11:46 tedu Exp $ */ /* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */ /*- @@ -1223,7 +1223,7 @@ getdents_common(p, v, retval, is64bit) /* * Not sure why the arguments to this older version of select() were put - * into a structure, because there are 5, and that can all be handled + * into a structure, because there are 5, and that can be handled all * in registers on the i386 like Linux wants to. */ int @@ -1676,7 +1676,8 @@ linux_sys_prctl(struct proc *p, void *v, register_t *retval) *retval = 0; break; case LINUX_PR_SET_KEEPCAPS: - /* Ignore requests to keep the effective and permitted + /* + * Ignore requests to keep the effective and permitted * capability sets when the user id becomes non-zero. */ break; |
