diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-15 01:20:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-15 01:20:05 +0000 |
commit | 6fcfd0d23dbe0848151ef07c42448e40fc6e8d9d (patch) | |
tree | 2630a112207545f97f9229e94f6bc39db1236155 /sys/arch/vax/include | |
parent | 410da4ddde062db4bb7b750a01b474d3cc2438f7 (diff) |
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r-- | sys/arch/vax/include/rpb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/rpb.h b/sys/arch/vax/include/rpb.h index 5e90a6c1752..e1971e5371a 100644 --- a/sys/arch/vax/include/rpb.h +++ b/sys/arch/vax/include/rpb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpb.h,v 1.8 2002/03/14 01:26:48 millert Exp $ */ +/* $OpenBSD: rpb.h,v 1.9 2002/03/15 01:20:04 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,7 +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 */(void); + void (*rpb_restart)(void);/* 4 physical address of restart routine */ 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 */ |