HomeFreeBSD

Decode the file descriptor argument to closefrom(2) as an Integer.

Description

Decode the file descriptor argument to closefrom(2) as an Integer.
This is consistent with what we are doing for close(2) and it makes
it a bit easier to follow when debugging file descriptor operations.
i.e. many other syscalls are decoding fds as integers rather than
base 16 numbers.

MFC after: 1 week

Details

Provenance
csjpAuthored on
Parents
rS361315: MFC r361011: kernel: provide panicky version of __unreachable
Branches
Unknown
Tags
Unknown