mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Style fix
MFC after: 1 day
This commit is contained in:
parent
6f68699fbd
commit
6f0a5dea71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243022
@ -2087,7 +2087,7 @@ sys_getlogin(struct thread *td, struct getlogin_args *uap)
|
||||
if (strlen(login) + 1 > uap->namelen)
|
||||
return (ERANGE);
|
||||
error = copyout(login, uap->namebuf, uap->namelen);
|
||||
return(error);
|
||||
return (error);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user