]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_open.c
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / netat / aurp_open.c
index 2157d68c7d8072785cab2e27b1613c81127e6ed2..dffb1d636d9be3e2519293a478ecfd4f479f0a4a 100644 (file)
@@ -27,6 +27,9 @@
  *
  *     File: open.c
  */
+#ifdef AURP_SUPPORT
+
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
@@ -246,3 +249,5 @@ void AURPrcvOpenRsp(state, m)
        /* get routing info */
        AURPsndRIReq(state);
 }
+
+#endif  /* AURP_SUPPORT */