X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/bsd/netat/aurp_tx.c diff --git a/bsd/netat/aurp_tx.c b/bsd/netat/aurp_tx.c index c6c4ce658..6bd686729 100644 --- a/bsd/netat/aurp_tx.c +++ b/bsd/netat/aurp_tx.c @@ -27,6 +27,9 @@ * * File: tx.c */ + +#ifdef AURP_SUPPORT + #include #include #include @@ -139,3 +142,5 @@ void AURPcmdx(code, mdata, param) dPrintf(D_M_AURP, D_L_ERROR, ("AURPcmdx: bad code, %d\n", code)); } } + +#endif /* AURP_SUPPORT */