From aa747a5712c9c55b2862c5c0eb35f04ed37e2be4 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 4 Feb 2005 06:28:50 +0000 Subject: r5223: Rename dom_sid2 to dom_sid as we don't care about the difference for the swig wrappers. (This used to be commit edb32b9b5175f720bce110bf2bb4cf136ed47142) --- source4/build/pidl/swig.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/pidl/swig.pm b/source4/build/pidl/swig.pm index 68d67b4879..2b8daf40ff 100644 --- a/source4/build/pidl/swig.pm +++ b/source4/build/pidl/swig.pm @@ -704,6 +704,11 @@ sub RewriteHeader($$$) while() { + # Rename dom_sid2 to dom_sid as we don't care about the difference + # for the swig wrappers. + + s/dom_sid2/dom_sid/g; + # Copy structure definitions if (/^struct .*? {$/ .. /^\};$/) { @@ -742,5 +747,4 @@ sub RewriteC($$$) close(OUT); } - 1; -- cgit