Deleted Added
full compact
48c48
< "$Id: mv.c,v 1.19 1998/05/25 22:44:16 steve Exp $";
---
> "$Id: mv.c,v 1.20 1998/06/09 03:39:38 imp Exp $";
275,276c275,276
< warn("%s: set owner/group (was: %u/%u)", to, sbp->st_uid,
< sbp->st_gid);
---
> warn("%s: set owner/group (was: %lu/%lu)", to,
> (u_long)sbp->st_uid, (u_long)sbp->st_gid);