diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 15:57:54 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 15:57:54 +0000 |
commit | c045fa729ea8bac9c37fc19b782b5a3859b5a674 (patch) | |
tree | 217d789c8c9676e5a6576aa6658269a29afdf711 /sys/lib/libkern/strncmp.c | |
parent | 14848198439b9bf6cae49c22cb363276839eb2f0 (diff) |
$OpenBSD$
Diffstat (limited to 'sys/lib/libkern/strncmp.c')
-rw-r--r-- | sys/lib/libkern/strncmp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/strncmp.c b/sys/lib/libkern/strncmp.c index dee8b185e67..6160b8cd7fc 100644 --- a/sys/lib/libkern/strncmp.c +++ b/sys/lib/libkern/strncmp.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strncmp.c,v 1.5 1997/11/07 15:56:50 niklas Exp $ */ + /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strncmp.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strncmp.c,v 1.4 1996/12/12 08:18:32 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strncmp.c,v 1.5 1997/11/07 15:56:50 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |