svn commit: r243092 - stable/9/sys/kern
Baptiste Daroussin
bapt at FreeBSD.org
Thu Nov 15 18:05:31 UTC 2012
Author: bapt
Date: Thu Nov 15 18:05:30 2012
New Revision: 243092
URL: http://svnweb.freebsd.org/changeset/base/243092
Log:
MFC r243022:
small style fix
Modified:
stable/9/sys/kern/kern_prot.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/kern/kern_prot.c
==============================================================================
--- stable/9/sys/kern/kern_prot.c Thu Nov 15 16:54:14 2012 (r243091)
+++ stable/9/sys/kern/kern_prot.c Thu Nov 15 18:05:30 2012 (r243092)
@@ -2085,7 +2085,7 @@ sys_getlogin(struct thread *td, struct g
SESS_UNLOCK(p->p_session);
PROC_UNLOCK(p);
error = copyout(login, uap->namebuf, uap->namelen);
- return(error);
+ return (error);
}
/*
More information about the svn-src-stable-9
mailing list