summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/memmove.c')
-rw-r--r--sys/lib/libkern/memmove.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/memmove.c b/sys/lib/libkern/memmove.c
index 1e41c135aef..48e0a72a759 100644
--- a/sys/lib/libkern/memmove.c
+++ b/sys/lib/libkern/memmove.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: memmove.c,v 1.1 2013/06/11 18:04:41 deraadt Exp $ */
+/* $OpenBSD: memmove.c,v 1.2 2017/01/24 08:09:05 kettenis Exp $ */
/*-
* Copyright (c) 1993
@@ -32,6 +32,8 @@
#include <sys/types.h>
#include <sys/systm.h>
+#undef memmove
+
/*
* This is designed to be small, not fast.
*/