summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-06-29 21:16:45 +0000
committerkettenis <kettenis@openbsd.org>2020-06-29 21:16:45 +0000
commita2693b348ccd29e6b5eb64f40e0d3819adf2409d (patch)
tree285a51a7dc5998267740cba090042e67d755569e
parentAttach event counter. (diff)
downloadwireguard-openbsd-a2693b348ccd29e6b5eb64f40e0d3819adf2409d.tar.xz
wireguard-openbsd-a2693b348ccd29e6b5eb64f40e0d3819adf2409d.zip
Fix typo.
-rw-r--r--sys/arch/powerpc64/powerpc64/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/powerpc64/conf.c b/sys/arch/powerpc64/powerpc64/conf.c
index 0a3b310b729..46938f37f8e 100644
--- a/sys/arch/powerpc64/powerpc64/conf.c
+++ b/sys/arch/powerpc64/powerpc64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.6 2020/06/29 17:35:13 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2020/06/29 21:16:45 kettenis Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -95,7 +95,7 @@ cdev_decl(lpt);
#ifdef USER_PCICONF
#include "pci.h"
-cdev_decl_(pci);
+cdev_decl(pci);
#endif
struct cdevsw cdevsw[] =