Re: [PATCH] Use word_size instead of 4.

2016-04-03 Thread Samuel Thibault
Flavio Cruz, on Sun 03 Apr 2016 02:27:23 +0200, wrote: > * server.c: Use word_size and update comments. > * type.c: Use word_size to compute padding. > * user.c: Use word_size and update comments. Applied, thanks! Samuel

[PATCH] Use word_size instead of 4.

2016-04-02 Thread Flavio Cruz
* server.c: Use word_size and update comments. * type.c: Use word_size to compute padding. * user.c: Use word_size and update comments. --- server.c | 20 ++-- type.c | 2 +- user.c | 22 +++--- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/s