summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/bcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/bcmp.c')
-rw-r--r--src/lib/libc/string/bcmp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/bcmp.c b/src/lib/libc/string/bcmp.c
index fd5c93121e..f64672990c 100644
--- a/src/lib/libc/string/bcmp.c
+++ b/src/lib/libc/string/bcmp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bcmp.c,v 1.9 2008/03/19 03:00:23 ray Exp $ */ 1/* $OpenBSD: bcmp.c,v 1.10 2014/06/10 04:17:37 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1987 Regents of the University of California. 4 * Copyright (c) 1987 Regents of the University of California.
@@ -29,11 +29,7 @@
29 * SUCH DAMAGE. 29 * SUCH DAMAGE.
30 */ 30 */
31 31
32#if !defined(_KERNEL) && !defined(_STANDALONE)
33#include <string.h> 32#include <string.h>
34#else
35#include <lib/libkern/libkern.h>
36#endif
37 33
38/* 34/*
39 * bcmp -- vax cmpc3 instruction 35 * bcmp -- vax cmpc3 instruction