From: Guenter Knauf Date: Tue, 7 Jul 2009 14:27:28 +0000 (+0000) Subject: first trial to add mod_watchdog functions to export list. X-Git-Tag: 2.3.3~457 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8226194ba6f341333a731e4524e5b6bc3099c758;p=thirdparty%2Fapache%2Fhttpd.git first trial to add mod_watchdog functions to export list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 526d46a4f02..4c3e6195ea8 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -38,8 +38,8 @@ function add_symbol (sym_name) { } } -/^[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ { - sub("[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "") +/^[ \t]*AP([RU]|_CORE|_WD)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ { + sub("[ \t]*AP([RU]|_CORE|_WD)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "") sub("[(].*", "") sub("([^ ]* (^([ \t]*[(])))+", "")