diff options
author | 2001-08-17 22:43:19 +0000 | |
---|---|---|
committer | 2001-08-17 22:43:19 +0000 | |
commit | cb92e37f9f6c56fbe270ba86c88ab8bef43851bb (patch) | |
tree | 7d914e6a2b876c248f28d474185b97b87a4ebd52 | |
parent | more cleanup of FILES (diff) | |
download | wireguard-openbsd-cb92e37f9f6c56fbe270ba86c88ab8bef43851bb.tar.xz wireguard-openbsd-cb92e37f9f6c56fbe270ba86c88ab8bef43851bb.zip |
cut and paste typo
-rw-r--r-- | sys/arch/alpha/pci/pci_2100_a50.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_2100_a50.c b/sys/arch/alpha/pci/pci_2100_a50.c index 955be86cb90..f158a869d37 100644 --- a/sys/arch/alpha/pci/pci_2100_a50.c +++ b/sys/arch/alpha/pci/pci_2100_a50.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_2100_a50.c,v 1.14 2001/08/17 22:26:58 mickey Exp $ */ +/* $OpenBSD: pci_2100_a50.c,v 1.15 2001/08/17 22:43:19 mickey Exp $ */ /* $NetBSD: pci_2100_a50.c,v 1.12 1996/11/13 21:13:29 cgd Exp $ */ /* @@ -222,7 +222,7 @@ dec_2100_a50_intr_string(acv, ih) return sio_intr_string(NULL /*XXX*/, ih); } -const char * +int dec_2100_a50_intr_line(acv, ih) void *acv; pci_intr_handle_t ih; |