Explorar el Código

* fixed AF_* constants

git-svn-id: trunk@3033 -
florian hace 19 años
padre
commit
68a096aec6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      rtl/solaris/unxsockh.inc

+ 2 - 1
rtl/solaris/unxsockh.inc

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