]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_tx.c
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / netat / aurp_tx.c
index c6c4ce65887f6e7c59563648d102fe3dcc282861..6bd686729522572257a26878b57c1ea3dae7d462 100644 (file)
@@ -27,6 +27,9 @@
  *
  *     File: tx.c
  */
  *
  *     File: tx.c
  */
+#ifdef AURP_SUPPORT
+
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
@@ -139,3 +142,5 @@ void AURPcmdx(code, mdata, param)
                dPrintf(D_M_AURP, D_L_ERROR, ("AURPcmdx: bad code, %d\n", code));
        }
 }
                dPrintf(D_M_AURP, D_L_ERROR, ("AURPcmdx: bad code, %d\n", code));
        }
 }
+
+#endif  /* AURP_SUPPORT */