[PATCH] UML - fix utsname build breakage
authorJeff Dike <jdike@addtoit.com>
Fri, 14 Jul 2006 19:52:23 +0000 (15:52 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 21:42:24 +0000 (14:42 -0700)
commitb5032a50aea76b6230db74b1d171a7f56b204bb7
tree6334709a1ce14ca50fd8a90d94dfac97f8d68edb
parent6d76fa58b050044994fe25f8753b8023f2b36737
[PATCH] UML - fix utsname build breakage

Some -mm-only material leaked into a patch destined for mainline, and I didn't
notice.

This was the replacement of system_utsname with utsname() that's required by
the uts namespace patch.  This patch reverts those changes (which are correct
in -mm) so that mainline UML builds again.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/syscall.c