imp 31c0d05e04 Document varadic args as int, since you can't have short varadic args (they are
promoted to ints).

- `mode_t` is `uint16_t` (`sys/sys/_types.h`)
- `openat` takes variadic args
- variadic args cannot be 16-bit, and indeed the code uses int
- the manpage currently kinda implies the argument is 16-bit by saying `mode_t`

Prompted by Rust things: https://github.com/tailhook/openat/issues/21
Submitted by: Greg V at unrelenting
Differential Revision: https://reviews.freebsd.org/D21816
2019-09-27 16:11:47 +00:00
..
2019-09-12 16:45:07 +00:00
2019-02-26 05:59:22 +00:00
2019-04-22 18:38:54 +00:00
2018-03-29 19:43:29 +00:00
2019-07-19 15:10:53 +00:00
2019-05-30 19:18:01 +00:00
2018-11-04 16:08:59 +00:00
2019-02-25 18:22:20 +00:00
2018-03-21 14:37:04 +00:00
2018-10-12 05:27:58 +00:00
2018-09-20 09:26:10 +00:00
2019-09-18 16:13:50 +00:00
2018-09-20 09:31:27 +00:00
2018-06-17 18:05:27 +00:00
2019-08-08 16:54:22 +00:00
2019-04-22 18:38:54 +00:00