jhb 0aaf564f94 Use long for the last argument to VOP_PATHCONF rather than a register_t.
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
2018-01-17 22:36:58 +00:00
..
2018-01-15 21:09:58 +00:00
2018-01-16 23:19:57 +00:00
2018-01-16 06:04:39 +00:00
2018-01-16 19:41:18 +00:00
2018-01-17 18:18:33 +00:00
2018-01-17 11:44:21 +00:00