diff options
author | 2020-06-29 21:16:45 +0000 | |
---|---|---|
committer | 2020-06-29 21:16:45 +0000 | |
commit | a2693b348ccd29e6b5eb64f40e0d3819adf2409d (patch) | |
tree | 285a51a7dc5998267740cba090042e67d755569e | |
parent | Attach event counter. (diff) | |
download | wireguard-openbsd-a2693b348ccd29e6b5eb64f40e0d3819adf2409d.tar.xz wireguard-openbsd-a2693b348ccd29e6b5eb64f40e0d3819adf2409d.zip |
Fix typo.
-rw-r--r-- | sys/arch/powerpc64/powerpc64/conf.c | 4 |
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[] = |