Deleted Added
full compact
mv.c (127958) mv.c (139969)
1/*
1/*-
2 * Copyright (c) 1989, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ken Smith of The State University of New York at Buffalo.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 27 unchanged lines hidden (view full) ---

37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94";
42#endif /* not lint */
43#endif
44#include <sys/cdefs.h>
2 * Copyright (c) 1989, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ken Smith of The State University of New York at Buffalo.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 27 unchanged lines hidden (view full) ---

37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94";
42#endif /* not lint */
43#endif
44#include <sys/cdefs.h>
45__FBSDID("$FreeBSD: head/bin/mv/mv.c 127958 2004-04-06 20:06:54Z markm $");
45__FBSDID("$FreeBSD: head/bin/mv/mv.c 139969 2005-01-10 08:39:26Z imp $");
46
47#include <sys/param.h>
48#include <sys/time.h>
49#include <sys/wait.h>
50#include <sys/stat.h>
51#include <sys/mount.h>
52
53#include <err.h>

--- 338 unchanged lines hidden ---
46
47#include <sys/param.h>
48#include <sys/time.h>
49#include <sys/wait.h>
50#include <sys/stat.h>
51#include <sys/mount.h>
52
53#include <err.h>

--- 338 unchanged lines hidden ---