svn commit: r218005 - head/sys/compat/linux
Dmitry Chagin
dchagin at FreeBSD.org
Fri Jan 28 05:42:15 UTC 2011
Author: dchagin
Date: Fri Jan 28 05:42:14 2011
New Revision: 218005
URL: http://svn.freebsd.org/changeset/base/218005
Log:
Style(9) fix.
MFC after: 1 month.
Modified:
head/sys/compat/linux/linux_misc.c
Modified: head/sys/compat/linux/linux_misc.c
==============================================================================
--- head/sys/compat/linux/linux_misc.c Fri Jan 28 02:12:43 2011 (r218004)
+++ head/sys/compat/linux/linux_misc.c Fri Jan 28 05:42:14 2011 (r218005)
@@ -886,7 +886,7 @@ linux_waitpid(struct thread *td, struct
return copyout(&tmpstat, args->status, sizeof(int));
}
- return 0;
+ return (0);
}
int
More information about the svn-src-head
mailing list