mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
also use this, and they shouldn't have to have their own prototypes. - Silence warnings about constness and signedness in ttymsg(). This includes changing the return value to a `const char *', and changing the types of `left' and `wret' (both byte counts) to ssize_t. Reviewed by: bde
3 lines
77 B
C
3 lines
77 B
C
/* $FreeBSD$ */
|
|
|
|
const char *ttymsg(struct iovec *, int, const char *, int);
|