]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_rd.c
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / netat / aurp_rd.c
index 1140a2bf3dd1b3d9f727f699efc8032abeb9c959..f43b3dece57bee13a34670b14083b343e73cca35 100644 (file)
@@ -27,6 +27,9 @@
  *
  *     File: rd.c
  */
+#ifdef AURP_SUPPORT
+
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
@@ -115,3 +118,4 @@ void AURPrcvRDReq(state, m)
        /* respond to the going-down peer with an RI Ack packet */
        AURPsndRIAck(state, m, 0);
 }
+