mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 13:23:32 +02:00
Clarify that header is for both OPENBSD and DARWIN(utun).
This commit is contained in:
parent
33abc0ca26
commit
b38b2ca7c5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue