summaryrefslogtreecommitdiffstats
path: root/arch/um/include/os.h
diff options
context:
space:
mode:
authorJeff Dike2008-02-05 07:31:05 +0100
committerLinus Torvalds2008-02-05 18:44:29 +0100
commit1adfd6095e1c654dce5a692db5aa5a2b2a8d6b0d (patch)
tree229d0af90109b55bf59fe648947d66c4f044cf5a /arch/um/include/os.h
parentuml: miscellaneous code cleanups (diff)
downloadkernel-qcow2-linux-1adfd6095e1c654dce5a692db5aa5a2b2a8d6b0d.tar.gz
kernel-qcow2-linux-1adfd6095e1c654dce5a692db5aa5a2b2a8d6b0d.tar.xz
kernel-qcow2-linux-1adfd6095e1c654dce5a692db5aa5a2b2a8d6b0d.zip
uml: style fixes in file.c
arch/um/os-Linux/file.c needed some style work - updated the copyright cleaned up the includes CodingStyle fixes added some missing CATCH_EINTRs os_set_owner was unused, so it is gone all printks now have severities fcntl(F_GETFL) was being called without checking the return removed an obsolete comment 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>
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r--arch/um/include/os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h
index fdac1a55d031..daaafc8824b0 100644
--- a/arch/um/include/os.h
+++ b/arch/um/include/os.h
@@ -131,7 +131,6 @@ extern int os_set_exec_close(int fd);
extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg);
extern int os_get_ifname(int fd, char *namebuf);
extern int os_set_slip(int fd);
-extern int os_set_owner(int fd, int pid);
extern int os_mode_fd(int fd, int mode);
extern int os_seek_file(int fd, unsigned long long offset);