diff options
Diffstat (limited to 'sys/arch/vax/include/rpb.h')
-rw-r--r-- | sys/arch/vax/include/rpb.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/vax/include/rpb.h b/sys/arch/vax/include/rpb.h index cdd956d5d31..5e90a6c1752 100644 --- a/sys/arch/vax/include/rpb.h +++ b/sys/arch/vax/include/rpb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpb.h,v 1.7 2000/10/09 23:11:56 bjc Exp $ */ +/* $OpenBSD: rpb.h,v 1.8 2002/03/14 01:26:48 millert Exp $ */ /* $NetBSD: rpb.h,v 1.6 1998/07/01 09:37:11 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. @@ -40,8 +40,7 @@ struct rpb { /* size description */ struct rpb *rpb_base; /* 4 physical base address of block */ - void (*rpb_restart)/* 4 physical address of restart routine */ - __P((void)); + void (*rpb_restart)/* 4 physical address of restart routine */(void); long rpb_chksum;/* 4 checksum of first 31 longwords of restart */ long rpb_rstflg; /* 4 Restart in progress flag */ long rpb_haltpc; /* 4 PC at HALT/restart */ |