From d90536e35b89461c5dbefaae4921fd815b80aaf5 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/string/memcpy.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/string/memcpy.c') diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c index ee11504..ed03856 100644 --- a/lib/libc/string/memcpy.c +++ b/lib/libc/string/memcpy.c @@ -1,2 +1,5 @@ +#include +__FBSDID("$FreeBSD$"); + #define MEMCOPY #include "bcopy.c" -- cgit v1.1