mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 16:50:25 +02:00
* symbols were used before they were defined
git-svn-id: trunk@5469 -
This commit is contained in:
parent
a4407d5ad2
commit
f69f8041fe
@ -18,8 +18,8 @@ Const
|
||||
* Address families.
|
||||
*}
|
||||
AF_UNSPEC = 0; { unspecified }
|
||||
AF_LOCAL = AF_UNIX; { local to host (pipes, portals) }
|
||||
AF_UNIX = 1; { standardized name for AF_LOCAL }
|
||||
AF_LOCAL = AF_UNIX; { local to host (pipes, portals) }
|
||||
AF_INET = 2; { internetwork: UDP, TCP, etc. }
|
||||
AF_IMPLINK = 3; { arpanet imp addresses }
|
||||
AF_PUP = 4; { pup protocols: e.g. BSP }
|
||||
|
Loading…
Reference in New Issue
Block a user