summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/bcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/bcopy.c')
-rw-r--r--sys/lib/libkern/bcopy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/bcopy.c b/sys/lib/libkern/bcopy.c
index 6349ebf8741..771ffa9ab56 100644
--- a/sys/lib/libkern/bcopy.c
+++ b/sys/lib/libkern/bcopy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcopy.c,v 1.1 2013/06/13 04:33:26 deraadt Exp $ */
+/* $OpenBSD: bcopy.c,v 1.2 2017/01/24 08:09:05 kettenis Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -35,6 +35,8 @@
#include <sys/types.h>
#include <sys/systm.h>
+#undef bcopy
+
/*
* sizeof(word) MUST BE A POWER OF TWO
* SO THAT wmask BELOW IS ALL ONES