* symbols were used before they were defined

git-svn-id: trunk@5469 -
This commit is contained in:
marco 2006-11-24 18:02:33 +00:00
parent a4407d5ad2
commit f69f8041fe

View File

@ -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 }