summaryrefslogtreecommitdiff
path: root/lib/libc/string/bcopy.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-06-15 00:07:11 +0000
committerjtc <jtc@NetBSD.org>1995-06-15 00:07:11 +0000
commit752ff8fb6caa0804c7087628a4abd895d105e052 (patch)
treee15b0c86c0c55adeac53bfef6def62d016fbf3a8 /lib/libc/string/bcopy.c
parentb5f782e810aa16d949b1c64fae69216d83e26666 (diff)
don't include <sys/cdefs.h>, it's a 'private' header
Diffstat (limited to 'lib/libc/string/bcopy.c')
-rw-r--r--lib/libc/string/bcopy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c
index e1f708b6cf7..1bed705e715 100644
--- a/lib/libc/string/bcopy.c
+++ b/lib/libc/string/bcopy.c
@@ -36,10 +36,9 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";*/
-static char *rcsid = "$Id: bcopy.c,v 1.4 1994/10/19 03:08:23 cgd Exp $";
+static char *rcsid = "$Id: bcopy.c,v 1.5 1995/06/15 00:07:16 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
#include <string.h>
/*