mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* fixed AF_* constants
git-svn-id: trunk@3033 -
This commit is contained in:
parent
dd063d920d
commit
68a096aec6
@ -40,8 +40,9 @@ Const
|
||||
AF_INET6 = 26; { Internet Protocol, Version 6 }
|
||||
AF_KEY = 27; { Security Association DB socket }
|
||||
AF_NCA = 28; { NCA socket }
|
||||
AF_POLICY = 29;
|
||||
|
||||
AF_MAX = 28;
|
||||
AF_MAX = 29;
|
||||
|
||||
PF_IMPLINK = AF_IMPLINK;
|
||||
PF_PUP = AF_PUP;
|
||||
|
Loading…
Reference in New Issue
Block a user