From efe7545fedd75d79db801efe237e3436dfb03b21 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 28 Nov 2004 07:16:55 +0000 Subject: repair libkern support (again) and add rcsids --- lib/libc/string/strcpy.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/string/strcpy.c') diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index e5c3d7dcbe8..0acd1bbadf0 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */ + /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -28,10 +30,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strcpy.c,v 1.6 2003/07/24 01:15:42 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $"; #endif /* LIBC_SCCS and not lint */ -#ifndef _KERNEL +#if !defined(_KERNEL) && !defined(_STANDALONE) #include #else #include -- cgit v1.2.3