Deleted Added
full compact
48c48
< "$FreeBSD: head/bin/mv/mv.c 50544 1999-08-29 08:21:16Z mharo $";
---
> "$FreeBSD: head/bin/mv/mv.c 62963 2000-07-11 18:01:42Z dwmalone $";
224c224
< if (stat(from, &sb)) {
---
> if (lstat(from, &sb)) {