diff options
author | 2002-03-15 01:20:03 +0000 | |
---|---|---|
committer | 2002-03-15 01:20:03 +0000 | |
commit | 00caae4baf9e792d7b51ca1a041f452d045868fc (patch) | |
tree | b2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/arch/vax/include | |
parent | The previous commit broke the bootblocks, since uvmexp is not available (diff) | |
download | wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip |
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 */ |