diff options
Diffstat (limited to 'sys/lib/libkern/strlen.c')
-rw-r--r-- | sys/lib/libkern/strlen.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/strlen.c b/sys/lib/libkern/strlen.c index 10597e31354..ccb15976a2e 100644 --- a/sys/lib/libkern/strlen.c +++ b/sys/lib/libkern/strlen.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strlen.c,v 1.3 1997/11/07 15:56:49 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strlen.c,v 1.2 1996/05/01 15:18:51 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strlen.c,v 1.3 1997/11/07 15:56:49 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL |