diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-07 19:55:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-07 19:55:16 +0000 |
commit | de5fe5d53b634e506f94a6df3a9261aa20fa152f (patch) | |
tree | e47c6230efb2d221680927cb452335d70bc9bf2a /lib/libc/string/memccpy.c | |
parent | 22f94a0a1616c9061c3282eded4ca7d9179cd0a5 (diff) |
Notes
Diffstat (limited to 'lib/libc/string/memccpy.c')
-rw-r--r-- | lib/libc/string/memccpy.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 9f7bbff1a14d..665fdb252cbe 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -34,12 +34,9 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - #include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <string.h> void * |