You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2014/07/24 12:19:40 UTC

svn commit: r1613058 - /apr/apr/branches/1.6.x/build/make_nw_export.awk

Author: fuankg
Date: Thu Jul 24 10:19:39 2014
New Revision: 1613058

URL: http://svn.apache.org/r1613058
Log:
Fixed NetWare export list.

Modified:
    apr/apr/branches/1.6.x/build/make_nw_export.awk

Modified: apr/apr/branches/1.6.x/build/make_nw_export.awk
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/build/make_nw_export.awk?rev=1613058&r1=1613057&r2=1613058&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/build/make_nw_export.awk (original)
+++ apr/apr/branches/1.6.x/build/make_nw_export.awk Thu Jul 24 10:19:39 2014
@@ -29,6 +29,8 @@ function add_symbol(sym_name) {
 # List of functions that we don't support, yet??
 #/apr_##name##_set_inherit/{next}
 #/apr_##name##_unset_inherit/{next}
+#/apr_##name##_perms_set/{next}
+/apr_socket_perms_set/{next}
 
 /^[ \t]*AP[RUI]?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
     sub("[ \t]*AP[RUI]?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")