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