]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Decode the file descriptor argument to closefrom(2) as an Integer.
authorChristian S.J. Peron <csjp@FreeBSD.org>
Thu, 21 May 2020 02:10:45 +0000 (02:10 +0000)
committerChristian S.J. Peron <csjp@FreeBSD.org>
Thu, 21 May 2020 02:10:45 +0000 (02:10 +0000)
commit7be2c6f3bf73135445cb0f75f9d676a9065f30b7
treeb876bd37024e6c32357b346194e7137bbce92e95
parent245bfd34da590e12884bd1a5677f3227a36d4bcf
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
usr.bin/truss/syscalls.c