diff options
Diffstat (limited to 'sys/lib/libkern/bzero.c')
-rw-r--r-- | sys/lib/libkern/bzero.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/bzero.c b/sys/lib/libkern/bzero.c index d6dac657802..76d37a94ffb 100644 --- a/sys/lib/libkern/bzero.c +++ b/sys/lib/libkern/bzero.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bzero.c,v 1.9 2014/06/10 04:16:57 deraadt Exp $ */ +/* $OpenBSD: bzero.c,v 1.10 2017/01/24 08:09:05 kettenis Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -31,6 +31,8 @@ #include <lib/libkern/libkern.h> +#undef bzero + /* * bzero -- vax movc5 instruction */ |