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/sparc/include/autoconf.h | |
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/sparc/include/autoconf.h')
-rw-r--r-- | sys/arch/sparc/include/autoconf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc/include/autoconf.h b/sys/arch/sparc/include/autoconf.h index e465c56ae8e..525403a986a 100644 --- a/sys/arch/sparc/include/autoconf.h +++ b/sys/arch/sparc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.10 2002/03/14 03:16:00 millert Exp $ */ +/* $OpenBSD: autoconf.h,v 1.11 2002/03/15 01:20:04 millert Exp $ */ /* $NetBSD: autoconf.h,v 1.20 1997/05/24 20:03:03 pk Exp $ */ /* @@ -126,8 +126,7 @@ struct confargs { * it will use that instead of creating one, but you must only do this if * you get it from ../sparc/vaddrs.h. */ -void *mapdev(struct rom_reg *pa, int va, - int offset, int size); +void *mapdev(struct rom_reg *pa, int va, int offset, int size); #define mapiodev(pa, offset, size) \ mapdev(pa, 0, offset, size) /* |