uml: remove os_* usage from userspace files
authorJeff Dike <jdike@addtoit.com>
Tue, 16 Oct 2007 08:27:08 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:06 +0000 (09:43 -0700)
commit8ca842c4b5cbc70b9180617e9f26b6ac9f40dbb9
treefe3e4deeae82c7063a72ecb3fdcae47422d6de0e
parent28078e8f9790be0854a54f06de822689ab571944
uml: remove os_* usage from userspace files

This patch fixes some userspace files which were calling libc through the os_*
wrappers.

It turns out that there was only one user of os_new_tty_pgrp, so it can be
deleted.

There are also some style and whitespace fixes in here.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/chan_user.c
arch/um/drivers/harddog_user.c
arch/um/include/mconsole.h
arch/um/include/os.h
arch/um/include/sysdep-i386/ptrace.h
arch/um/include/sysdep-x86_64/ptrace.h
arch/um/kernel/skas/uaccess.c
arch/um/os-Linux/file.c
This page took 0.028701 seconds and 5 git commands to generate.