setpgid(): Fix space before TAB in herald comment
No functional change. With this tiny change, all the file becomes whitespace-clean. MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -422,7 +422,7 @@ sys_setsid(struct thread *td, struct setsid_args *uap)
|
|||||||
* pid must be in same session (EPERM)
|
* pid must be in same session (EPERM)
|
||||||
* pid can't have done an exec (EACCES)
|
* pid can't have done an exec (EACCES)
|
||||||
* if pgid != pid
|
* if pgid != pid
|
||||||
* there must exist some pid in same session having pgid (EPERM)
|
* there must exist some pid in same session having pgid (EPERM)
|
||||||
* pid must not be session leader (EPERM)
|
* pid must not be session leader (EPERM)
|
||||||
*/
|
*/
|
||||||
#ifndef _SYS_SYSPROTO_H_
|
#ifndef _SYS_SYSPROTO_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user