summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcmp.c
diff options
context:
space:
mode:
authorderaadt <>2014-06-10 04:17:37 +0000
committerderaadt <>2014-06-10 04:17:37 +0000
commita13b202796a212c4c4e553e85d8bad24bbdffe07 (patch)
treefc570d82ae9eecf65c8e32d374796f1b5cee541b /src/lib/libc/string/strcmp.c
parent504d483047bcc780e5ca4d60e109b88c40ab74ea (diff)
downloadopenbsd-a13b202796a212c4c4e553e85d8bad24bbdffe07.tar.gz
openbsd-a13b202796a212c4c4e553e85d8bad24bbdffe07.tar.bz2
openbsd-a13b202796a212c4c4e553e85d8bad24bbdffe07.zip
mop up ifndef KERNEL goo; ok miod
Diffstat (limited to 'src/lib/libc/string/strcmp.c')
-rw-r--r--src/lib/libc/string/strcmp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/strcmp.c b/src/lib/libc/string/strcmp.c
index 816fd111ac..d1b6c50d79 100644
--- a/src/lib/libc/string/strcmp.c
+++ b/src/lib/libc/string/strcmp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ 1/* $OpenBSD: strcmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */
2 2
3/*- 3/*-
4 * Copyright (c) 1990 The Regents of the University of California. 4 * Copyright (c) 1990 The Regents of the University of California.
@@ -32,11 +32,7 @@
32 * SUCH DAMAGE. 32 * SUCH DAMAGE.
33 */ 33 */
34 34
35#if !defined(_KERNEL) && !defined(_STANDALONE)
36#include <string.h> 35#include <string.h>
37#else
38#include <lib/libkern/libkern.h>
39#endif
40 36
41/* 37/*
42 * Compare strings. 38 * Compare strings.