mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-09-15 00:07:17 +00:00
PF_INET = 2 for NT
as per Windows socket API docs, PF_INET = AF_INET = 2.
This commit is contained in:
parent
f1e83d5240
commit
468910f3b2
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ syscon pf PF_APPLETALK 5 5 0x10 0x10 0x10 0x10 0x10 0x10 # bs
|
|||
syscon pf PF_SNA 22 22 11 11 11 11 11 11 # bsd consensus
|
||||
syscon pf PF_INET6 10 10 30 30 28 24 24 23
|
||||
syscon pf PF_MAX 42 42 40 40 42 36 36 35
|
||||
syscon pf PF_INET 2 2 2 2 2 2 2 0 # unix consensus
|
||||
syscon pf PF_INET 2 2 2 2 2 2 2 2 # unix consensus
|
||||
syscon pf PF_LOCAL 1 1 1 1 1 1 1 0 # unix consensus
|
||||
syscon pf PF_IPX 4 4 23 23 23 23 23 0 # bsd consensus
|
||||
syscon pf PF_ROUTE 0x10 0x10 17 17 17 17 17 0 # bsd consensus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue