mirror of https://github.com/htop-dev/htop.git
a46b3f0a98
It is inappropriate to use the 'fd' name for 'FILE*' variables. POSIX file descriptiors are of type 'int' and are distinguished from ISO C stream pointers (type 'FILE*'). Rename these variables to 'fp', which is a preferred naming in POSIX. (Note that ISO C preferred the 'stream' name for the variables.) No code changes. |
||
---|---|---|
.. | ||
fdstat_sysctl.c | ||
fdstat_sysctl.h | ||
gettime.c | ||
gettime.h | ||
hostname.c | ||
hostname.h | ||
openzfs_sysctl.c | ||
openzfs_sysctl.h | ||
uname.c | ||
uname.h |