1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Directives may not be used inside a macro argument, so don't.

This commit is contained in:
David E. O'Brien 2002-05-09 18:01:19 +00:00
parent a89dc896b5
commit 6feff71aaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96262

View File

@ -1890,12 +1890,12 @@ ar_dmac_intr(struct ar_hardc *hc, int scano, u_char isr1)
TRC(int ind = sc->rxhind;)
ar_get_packets(sc);
TRC(
#ifndef NETGRAPH
if(tt == sc->ifsppp.pp_if.if_ipackets) {
#define IPACKETS sc->ifsppp.pp_if.if_ipackets
#else /* NETGRAPH */
if(tt == sc->ipackets) {
#define IPACKETS sc->ipackets
#endif /* NETGRAPH */
TRC(if(tt == IPACKETS) {
sca_descriptor *rxdesc;
int i;