Explorar o código

* symbols were used before they were defined

git-svn-id: trunk@5469 -
marco %!s(int64=18) %!d(string=hai) anos
pai
achega
f69f8041fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/freebsd/unxsockh.inc

+ 1 - 1
rtl/freebsd/unxsockh.inc

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