Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110466090
D15814.id43790.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15814.id43790.diff
View Options
Index: sys/compat/freebsd32/syscalls.master
===================================================================
--- sys/compat/freebsd32/syscalls.master
+++ sys/compat/freebsd32/syscalls.master
@@ -500,13 +500,10 @@
int count); }
273 AUE_NULL UNIMPL nosys
274 AUE_LCHMOD NOPROTO { int lchmod(char *path, mode_t mode); }
-275 AUE_LCHOWN NOPROTO { int lchown(char *path, uid_t uid, \
- gid_t gid); } netbsd_lchown \
- lchown_args int
+275 AUE_LCHOWN OBSOL netbsd_lchown
276 AUE_LUTIMES STD { int freebsd32_lutimes(char *path, \
struct timeval32 *tptr); }
-277 AUE_MSYNC NOPROTO { int msync(void *addr, size_t len, \
- int flags); } netbsd_msync msync_args int
+277 AUE_MSYNC OBSOL netbsd_msync
278 AUE_STAT COMPAT11|NOPROTO { int nstat(char *path, struct nstat *ub); }
279 AUE_FSTAT COMPAT11|NOPROTO { int nfstat(int fd, struct nstat *sb); }
280 AUE_LSTAT COMPAT11|NOPROTO { int nlstat(char *path, struct nstat *ub); }
Index: sys/kern/syscalls.master
===================================================================
--- sys/kern/syscalls.master
+++ sys/kern/syscalls.master
@@ -631,13 +631,10 @@
size_t count); }
273 AUE_NULL UNIMPL nosys
274 AUE_LCHMOD STD { int lchmod(_In_z_ char *path, mode_t mode); }
-275 AUE_LCHOWN NOPROTO { int lchown(char *path, uid_t uid, \
- gid_t gid); } netbsd_lchown lchown_args \
- int
+275 AUE_LCHOWN OBSOL netbsd_lchown
276 AUE_LUTIMES STD { int lutimes(_In_z_ char *path, \
_In_ struct timeval *tptr); }
-277 AUE_MSYNC NOPROTO { int msync(_In_ void *addr, size_t len, \
- int flags); } netbsd_msync msync_args int
+277 AUE_MSYNC OBSOL netbsd_msync
278 AUE_STAT COMPAT11 { int nstat(_In_z_ char *path, \
_Out_ struct nstat *ub); }
279 AUE_FSTAT COMPAT11 { int nfstat(int fd, _Out_ struct nstat *sb); }
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 19, 8:12 PM (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16727555
Default Alt Text
D15814.id43790.diff (1 KB)
Attached To
Mode
D15814: Get rid of netbsd_lchown and netbsd_msync syscall entries.
Attached
Detach File
Event Timeline
Log In to Comment