V10/cmd/nupas/libc/ugid.h

/* structure to represent uid, gid; used by mboxowner() */

struct ugid {
	int uid;
	int gid;
};