FreeBSD Bugzilla – Attachment 8631 Details for
Bug 17991
linux module doesn't implement pread/pwrite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.11 KB, created by
Geoffrey C. Speicher
on 2000-04-13 21:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Geoffrey C. Speicher
Created:
2000-04-13 21:30:01 UTC
Size:
1.11 KB
patch
obsolete
>*** /usr/src/sys/i386/linux/syscalls.master.orig Wed Apr 12 09:58:26 2000 >--- /usr/src/sys/i386/linux/syscalls.master Wed Apr 12 16:52:34 2000 >*************** >*** 265,272 **** > 178 STD LINUX { int linux_rt_sigqueueinfo(void); } > 179 STD LINUX { int linux_rt_sigsuspend(linux_sigset_t *newset, \ > size_t sigsetsize); } >! 180 STD LINUX { int linux_pread(void); } >! 181 STD LINUX { int linux_pwrite(void); } > 182 STD LINUX { int linux_chown(char *path, int uid, int gid); } > 183 STD LINUX { int linux_getcwd(char *buf, unsigned long bufsize); } > 184 STD LINUX { int linux_capget(void); } >--- 265,274 ---- > 178 STD LINUX { int linux_rt_sigqueueinfo(void); } > 179 STD LINUX { int linux_rt_sigsuspend(linux_sigset_t *newset, \ > size_t sigsetsize); } >! 180 STD LINUX { int linux_pread(int d, char *buf, \ >! u_int nbytes, off_t offset); } >! 181 STD LINUX { int linux_pwrite(int d, const char *buf, \ >! u_int nbytes, off_t offset); } > 182 STD LINUX { int linux_chown(char *path, int uid, int gid); } > 183 STD LINUX { int linux_getcwd(char *buf, unsigned long bufsize); } > 184 STD LINUX { int linux_capget(void); }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17991
:
8629
|
8630
| 8631