diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-04-02 08:27:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-04-02 08:27:23 +0000 |
commit | 0d10a38ec7ea0cff80352dab17eaac69c6c04ad5 (patch) | |
tree | a9f220c14f8da076633c9450eed448231baf2d83 /sys/kern | |
parent | 52db79bd966f26cbe40c7fa0f83000586b1aad6f (diff) |
remove useless whitespace; from Jia Tan
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/sys_process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index a1c1e7062c1..a310b123da0 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_process.c,v 1.96 2024/03/30 13:33:20 mpi Exp $ */ +/* $OpenBSD: sys_process.c,v 1.97 2024/04/02 08:27:22 deraadt Exp $ */ /* $NetBSD: sys_process.c,v 1.55 1996/05/15 06:17:47 tls Exp $ */ /*- @@ -375,7 +375,7 @@ ptrace_ctrl(struct proc *p, int req, pid_t pid, caddr_t addr, int data) * (5) it's not owned by you, or the last exec * gave us setuid/setgid privs (unless * you're root), or... - * + * * [Note: once PS_SUGID or PS_SUGIDEXEC gets set in * execve(), they stay set until the process does * another execve(). Hence this prevents a setuid |