summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strcmp.c')
-rw-r--r--src/lib/libc/string/strcmp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcmp.c b/src/lib/libc/string/strcmp.c
index 9bda0a8d75..0fe34c2804 100644
--- a/src/lib/libc/string/strcmp.c
+++ b/src/lib/libc/string/strcmp.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */
2
1/*- 3/*-
2 * Copyright (c) 1990 The Regents of the University of California. 4 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved. 5 * All rights reserved.
@@ -31,10 +33,10 @@
31 */ 33 */
32 34
33#if defined(LIBC_SCCS) && !defined(lint) 35#if defined(LIBC_SCCS) && !defined(lint)
34static char *rcsid = "$OpenBSD: strcmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; 36static char *rcsid = "$OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $";
35#endif /* LIBC_SCCS and not lint */ 37#endif /* LIBC_SCCS and not lint */
36 38
37#ifndef _KERNEL 39#if !defined(_KERNEL) && !defined(_STANDALONE)
38#include <string.h> 40#include <string.h>
39#else 41#else
40#include <lib/libkern/libkern.h> 42#include <lib/libkern/libkern.h>