aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/file-get-transcntl.c
Commit message (Collapse)AuthorAgeFilesLines
* Update server handlers to return kern_return_error to fix ↵Flavio Cruz2023-12-171-1/+1
| | | | | | | -Werror=enum-int-mismatch warnings MiG expects those to return kern_return_t. Message-ID: <ZXqbbXpVqQAwd2qv@jupiter.tail36e24.ts.net>
* libnetfs: implement file_get_translator_cntlJustus Winter2013-08-291-0/+52
This is a trivially adapted version of libdiskfs/file-get-transcntl.c. * libnetfs/file-get-transcntl.c: New file.