libpwdgrp: make db->def[] one byte shorter
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 3 Jan 2015 18:12:49 +0000 (19:12 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 3 Jan 2015 18:12:49 +0000 (19:12 +0100)
commit20c0a16334e96493077eaaad6f4c5690af0aa6e8
tree6aa89a4addec8b0398689300baf7dbb8592ddd73
parent5e62a3d016633d4d97906f0f73298dc8e8b6a42b
libpwdgrp: make db->def[] one byte shorter

In the future I will need another uint8_t, want to fit it
w/o using another word on 32 bits.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libpwdgrp/pwd_grp.c