]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 349871: Use 'retval' label for first error in syscallenter().
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 24 Apr 2020 22:17:13 +0000 (22:17 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 24 Apr 2020 22:17:13 +0000 (22:17 +0000)
commit7005b505a2bb50535accf441c0d4d8bd63acad60
tree8501b0833379d24d547f46c213230413a13291e0
parent03df2c5da79e8b4a73806bce91c9cbcd26702d7d
MFC 349871: Use 'retval' label for first error in syscallenter().

This is more consistent with the rest of the function and lets us
unindent most of the function.

Sponsored by: DARPA
sys/kern/subr_syscall.c