Make struct telstr members tel_type and tel_length unsigned

They are simpler to use that way.
This commit is contained in:
Markus Armbruster 2009-02-07 19:58:59 +01:00
parent d2cd46ce20
commit 4c81ca34cb
6 changed files with 23 additions and 26 deletions

View file

@ -115,7 +115,7 @@ wu(natid from, natid to, char *format, ...)
int
typed_wu(natid from, natid to, char *message, int type)
{
int len;
size_t len;
struct telstr tel;
struct natstr *np;
struct iovec iov[2];