]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/ether_if_module.c
xnu-3247.10.11.tar.gz
[apple/xnu.git] / bsd / net / ether_if_module.c
index 3a86d2674f4bab1f6c4cf43a741c06a3c83dfb67..8fd6074f13b031c19f5bd535ba8b749b32c109df 100644 (file)
@@ -550,7 +550,7 @@ ether_frameout_extended(struct ifnet *ifp, struct mbuf **m,
         * Add local net header.  If no space in first mbuf,
         * allocate another.
         */
-       M_PREPEND(*m, sizeof (struct ether_header), M_DONTWAIT);
+       M_PREPEND(*m, sizeof (struct ether_header), M_DONTWAIT, 0);
        if (*m == NULL)
                return (EJUSTRETURN);