diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/vax/uba/uba_common.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (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.h | 4 |
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 *); |