]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_open.c
xnu-792.18.15.tar.gz
[apple/xnu.git] / bsd / netat / aurp_open.c
index 40967a8093c1c0d49b71601fd34a32da76e411b8..1d8fac9d847f808cf4c355940992abc7f649b62d 100644 (file)
@@ -33,6 +33,9 @@
  *
  *     File: open.c
  */
+#ifdef AURP_SUPPORT
+
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
@@ -252,3 +255,5 @@ void AURPrcvOpenRsp(state, m)
        /* get routing info */
        AURPsndRIReq(state);
 }
+
+#endif  /* AURP_SUPPORT */