Deleted Added
full compact
utils.c (56420) utils.c (66907)
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

31 * SUCH DAMAGE.
32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
37#endif
38static const char rcsid[] =
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

31 * SUCH DAMAGE.
32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
37#endif
38static const char rcsid[] =
39 "$FreeBSD: head/bin/cp/utils.c 56420 2000-01-23 03:04:49Z mharo $";
39 "$FreeBSD: head/bin/cp/utils.c 66907 2000-10-10 01:50:26Z wollman $";
40#endif /* not lint */
41
42#include <sys/param.h>
43#include <sys/stat.h>
40#endif /* not lint */
41
42#include <sys/param.h>
43#include <sys/stat.h>
44#include <sys/time.h>
44#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED
45#include <sys/mman.h>
46#endif
47
48#include <err.h>
49#include <errno.h>
50#include <fcntl.h>
51#include <fts.h>

--- 278 unchanged lines hidden ---
45#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED
46#include <sys/mman.h>
47#endif
48
49#include <err.h>
50#include <errno.h>
51#include <fcntl.h>
52#include <fts.h>

--- 278 unchanged lines hidden ---