diff options
| author | jtc <jtc@NetBSD.org> | 1995-06-15 00:07:11 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-06-15 00:07:11 +0000 |
| commit | 752ff8fb6caa0804c7087628a4abd895d105e052 (patch) | |
| tree | e15b0c86c0c55adeac53bfef6def62d016fbf3a8 /lib/libc/string/memccpy.c | |
| parent | b5f782e810aa16d949b1c64fae69216d83e26666 (diff) | |
don't include <sys/cdefs.h>, it's a 'private' header
Diffstat (limited to 'lib/libc/string/memccpy.c')
| -rw-r--r-- | lib/libc/string/memccpy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index a22dc9b274e..0c41a0bcaf0 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -33,10 +33,9 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)memccpy.c 5.8 (Berkeley) 5/30/91";*/ -static char *rcsid = "$Id: memccpy.c,v 1.5 1993/08/26 00:51:40 jtc Exp $"; +static char *rcsid = "$Id: memccpy.c,v 1.6 1995/06/15 00:07:23 jtc Exp $"; #endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> #include <string.h> void * |
