This is more consistent with the rest of the function and lets us
unindent most of the function.
Details
Details
- Reviewers
kib - Commits
- rS349871: Use 'retval' label for first error in syscallenter().
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/subr_syscall.c | ||
---|---|---|
92 ↗ | (On Diff #59583) | I would use the opportunity and style the flags checks, (p_flag & P_TRACED) != 0 etc. |