mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
pathconf(2) and fpathconf(2) both return a long. The kern_[f]pathconf() functions now accept a pointer to a long value rather than modifying td_retval directly. Instead, the system calls explicitly store the returned long value in td_retval[0]. Requested by: bde Reviewed by: kib Sponsored by: Chelsio Communications |
||
|---|---|---|
| .. | ||
| smbfs.h | ||
| smbfs_io.c | ||
| smbfs_node.c | ||
| smbfs_node.h | ||
| smbfs_smb.c | ||
| smbfs_subr.c | ||
| smbfs_subr.h | ||
| smbfs_vfsops.c | ||
| smbfs_vnops.c | ||