Remove superfluous parenthesis in #ifdef ARGO_DEBUG.

From Henning Petersen in PR 41843.
This commit is contained in:
wiz 2009-08-07 14:04:34 +00:00
parent 8b28c44203
commit 8e6dfdad0c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iso.c,v 1.56 2009/04/18 14:58:06 tsutsui Exp $ */
/* $NetBSD: iso.c,v 1.57 2009/08/07 14:04:34 wiz Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -88,7 +88,7 @@ SOFTWARE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iso.c,v 1.56 2009/04/18 14:58:06 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: iso.c,v 1.57 2009/08/07 14:04:34 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -733,7 +733,7 @@ iso_ifwithidi(struct sockaddr *addr)
printf(" af same, args to iso_eqtype:\n");
printf("0x%x ", satosiso(ifa->ifa_addr)->siso_addr);
printf(" 0x%x\n",
&satosiso(addr)->siso_addr));
&satosiso(addr)->siso_addr);
}
#endif