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