summaryrefslogtreecommitdiff
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
commitcbf6f7d3584de28d976725bf3989eb9ca5baf3af (patch)
tree4285e9dc3ec49aef4d38cdfe544a26c14e399c7f /bin/cp/utils.c
parent4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff)
Notes
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index f3e55b7233ee..a38329b72807 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -29,26 +29,27 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: utils.c,v 1.15 1998/01/16 07:37:05 bde Exp $
*/
#ifndef lint
+#if 0
static char const sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
#include <sys/stat.h>
+#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED
#include <sys/mman.h>
-#include <sys/time.h>
+#endif
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <fts.h>
#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <unistd.h>
#include "extern.h"