]>
git.saurik.com Git - apple/xnu.git/blobdiff - libkern/uuid/uuid.c
static void
read_node(uint8_t *node)
{
+#if NETWORKING
struct ifnet *ifp;
struct ifaddr *ifa;
struct sockaddr_dl *sdl;
}
}
ifnet_head_done();
+#endif /* NETWORKING */
read_random(node, 6);
node[0] |= 0x01;