Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Include string.h for memcpy().
details: https://anonhg.NetBSD.org/src/rev/d85d05a0ad8f
branches: trunk
changeset: 515140:d85d05a0ad8f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Sep 17 14:25:43 2001 +0000
description:
Include string.h for memcpy().
diffstat:
lib/libc/sys/adjtime.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dbf14c4c094f -r d85d05a0ad8f lib/libc/sys/adjtime.c
--- a/lib/libc/sys/adjtime.c Mon Sep 17 12:48:20 2001 +0000
+++ b/lib/libc/sys/adjtime.c Mon Sep 17 14:25:43 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adjtime.c,v 1.1 2001/09/16 07:41:57 manu Exp $ */
+/* $NetBSD: adjtime.c,v 1.2 2001/09/17 14:25:43 tsutsui Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
#include <paths.h>
#include <unistd.h>
#include <time.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/syscall.h>
Home |
Main Index |
Thread Index |
Old Index