Searched hist:"728 d043e5b39a81a38d72ccac31e4bc0056ac619" (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/wall/ |
H A D | ttymsg.h | diff 728d043e5b39a81a38d72ccac31e4bc0056ac619 Sun Sep 09 16:23:31 CEST 2001 Dima Dorfman <dd@FreeBSD.org> - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd 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 728d043e5b39a81a38d72ccac31e4bc0056ac619 Sun Sep 09 16:23:31 CEST 2001 Dima Dorfman <dd@FreeBSD.org> - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd 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
|
H A D | ttymsg.c | diff 728d043e5b39a81a38d72ccac31e4bc0056ac619 Sun Sep 09 16:23:31 CEST 2001 Dima Dorfman <dd@FreeBSD.org> - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd 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 diff 728d043e5b39a81a38d72ccac31e4bc0056ac619 Sun Sep 09 16:23:31 CEST 2001 Dima Dorfman <dd@FreeBSD.org> - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd 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
|
H A D | wall.c | diff 728d043e5b39a81a38d72ccac31e4bc0056ac619 Sun Sep 09 16:23:31 CEST 2001 Dima Dorfman <dd@FreeBSD.org> - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd 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 diff 728d043e5b39a81a38d72ccac31e4bc0056ac619 Sun Sep 09 16:23:31 CEST 2001 Dima Dorfman <dd@FreeBSD.org> - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd 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
|