Initial layout for networking syscalls #83
Closed
Annotations
10 errors
|
Run clippy:
src/fs/syscalls/rw.rs#L38
no method named `lock` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
|
Run clippy:
src/fs/syscalls/iov.rs#L94
type annotations needed
|
|
Run clippy:
src/fs/syscalls/iov.rs#L92
no method named `lock` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
|
Run clippy:
src/fs/syscalls/iov.rs#L74
type annotations needed
|
|
Run clippy:
src/fs/syscalls/iov.rs#L72
no method named `lock` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
|
Run clippy:
src/fs/syscalls/close.rs#L26
unreachable expression
|
|
Run clippy:
src/fs/syscalls/chown.rs#L16
no method named `inode` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
|
Run clippy:
src/fs/syscalls/chmod.rs#L17
no method named `inode` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
|
Run clippy:
src/fs/syscalls/at/mod.rs#L86
no method named `inode` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
|
Run clippy:
src/fs/syscalls/at/utime.rs#L31
no method named `inode` found for enum `process::fd_table::FileDescriptorEntryItem` in the current scope
|
Loading