Clarify that header is for both OPENBSD and DARWIN(utun).

This commit is contained in:
Catalin Patulea 2015-04-08 01:40:19 -04:00
parent 33abc0ca26
commit b38b2ca7c5

View File

@ -525,7 +525,7 @@ write_tun(int tun_fd, char *data, size_t len)
data[1] = 0x00;
data[2] = 0x08;
data[3] = 0x00;
#else /* OPENBSD */
#else /* OPENBSD and DARWIN(utun) */
data[0] = 0x00;
data[1] = 0x00;
data[2] = 0x00;