From a2260c1d442e71f390dcb0e64308101d7bf2df03 Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 20 Aug 1997 04:09:39 +0000 Subject: Update man page and sccs tags from lite2. --- lib/libc/string/memccpy.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'lib/libc/string/memccpy.c') diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 4757f9c0f8f..020e6e56797 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -1,6 +1,8 @@ +/* $OpenBSD: memccpy.c,v 1.3 1997/08/20 04:09:39 millert Exp $ */ + /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +34,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: memccpy.c,v 1.2 1996/08/19 08:34:03 tholo Exp $"; +#if 0 +static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93"; +#else +static char *rcsid = "$OpenBSD: memccpy.c,v 1.3 1997/08/20 04:09:39 millert Exp $"; +#endif #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3-59-g8ed1b