diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-02-05 01:31:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:29 -0500 |
commit | 1adfd6095e1c654dce5a692db5aa5a2b2a8d6b0d (patch) | |
tree | 229d0af90109b55bf59fe648947d66c4f044cf5a /arch/um/include | |
parent | bf8fde785b872282e7e86d9ea8a9c4e543985bb3 (diff) |
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')
-rw-r--r-- | arch/um/include/os.h | 1 |
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); | |||
131 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); | 131 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); |
132 | extern int os_get_ifname(int fd, char *namebuf); | 132 | extern int os_get_ifname(int fd, char *namebuf); |
133 | extern int os_set_slip(int fd); | 133 | extern int os_set_slip(int fd); |
134 | extern int os_set_owner(int fd, int pid); | ||
135 | extern int os_mode_fd(int fd, int mode); | 134 | extern int os_mode_fd(int fd, int mode); |
136 | 135 | ||
137 | extern int os_seek_file(int fd, unsigned long long offset); | 136 | extern int os_seek_file(int fd, unsigned long long offset); |