chown7(name, owner, group) char *name; int owner, group; { return(chown(name, ((group<<8)|(owner&0377)))); }