int spw_update(const struct spwd *sp) { return commonio_update(&shadow_db, (const void *) sp); }
int pw_update (const struct passwd *pw) { return commonio_update (&passwd_db, (const void *) pw); }
int gr_update (const struct group *gr) { return commonio_update (&group_db, (const void *) gr); }
int sgr_update (const struct sgrp *sg) { return commonio_update (&gshadow_db, (const void *) sg); }