瀏覽代碼

* symbols were used before they were defined

git-svn-id: trunk@5469 -
marco 18 年之前
父節點
當前提交
f69f8041fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/freebsd/unxsockh.inc

+ 1 - 1
rtl/freebsd/unxsockh.inc

@@ -18,8 +18,8 @@ Const
  * Address families.
  * Address families.
  *}
  *}
   AF_UNSPEC        = 0;		{ unspecified }
   AF_UNSPEC        = 0;		{ unspecified }
-  AF_LOCAL         = AF_UNIX;	{ local to host (pipes, portals) }
   AF_UNIX          = 1;		{ standardized name for AF_LOCAL }
   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_INET          = 2;		{ internetwork: UDP, TCP, etc. }
   AF_IMPLINK       = 3;		{ arpanet imp addresses }
   AF_IMPLINK       = 3;		{ arpanet imp addresses }
   AF_PUP           = 4;		{ pup protocols: e.g. BSP }
   AF_PUP           = 4;		{ pup protocols: e.g. BSP }