[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)
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>

No differences found