From: deraadt Date: Tue, 2 Apr 2024 08:27:22 +0000 (+0000) Subject: remove useless whitespace; from Jia Tan X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fc8189afa39060e6bb13a79179b6d727d5d040a4;p=openbsd remove useless whitespace; from Jia Tan --- 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