728d043e5b
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
4 lines
77 B
C
4 lines
77 B
C
/* $FreeBSD$ */
|
|
|
|
const char *ttymsg(struct iovec *, int, const char *, int);
|