Do it right for a change.

This commit is contained in:
eeh 1998-09-06 21:23:58 +00:00
parent b9ce59191d
commit c5b834a5bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbusvar.h,v 1.8 1998/09/06 21:21:06 eeh Exp $ */
/* $NetBSD: sbusvar.h,v 1.9 1998/09/06 21:23:58 eeh Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -94,7 +94,7 @@ struct sbus_attach_args {
u_int32_t *sa_promvaddrs;/* PROM-supplied virtual addresses -- 32-bit */
int sa_npromvaddrs; /* Number of PROM VAs */
#define sa_promvaddr (sa_promvaddrs[0])
#define sa_promvaddr sa_promvaddrs[0]
struct bootpath *sa_bp; /* used for locating boot device */
};