summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba/uba_common.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/vax/uba/uba_common.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/uba/uba_common.h')
-rw-r--r--sys/arch/vax/uba/uba_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/uba_common.h b/sys/arch/vax/uba/uba_common.h
index deafdd2cf20..564657d2d42 100644
--- a/sys/arch/vax/uba/uba_common.h
+++ b/sys/arch/vax/uba/uba_common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uba_common.h,v 1.1 2000/04/27 03:14:51 bjc Exp $ */
+/* $OpenBSD: uba_common.h,v 1.2 2002/03/14 01:26:48 millert Exp $ */
/* $NetBSD: uba_common.h,v 1.2 1999/06/21 16:23:01 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -85,4 +85,4 @@ struct uba_regs {
int pad3[UBAIOPAGES]; /* no maps for device address space */
};
-void uba_dma_init __P((struct uba_vsoftc *));
+void uba_dma_init(struct uba_vsoftc *);