diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-17 12:12:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:05 -0500 |
commit | 795f59375721ac46b3d50297c782b0077b721870 (patch) | |
tree | 9ae361f31a416e683e1dd8dad88bf0cf694effbb | |
parent | 85e0b90cf3de8f9cff68c0fdadd6c9b315d48d37 (diff) | |
download | samba-795f59375721ac46b3d50297c782b0077b721870.tar.gz samba-795f59375721ac46b3d50297c782b0077b721870.tar.bz2 samba-795f59375721ac46b3d50297c782b0077b721870.zip |
r5852: Rename ndr.pm to ndr_parser.pm
I'm going to add a ndr.pm later on that'll generate a
tree with necessary information for the two NDR backends
(eparser, ndr_parser) containing alignment info, etc.
(This used to be commit 5162daa9464cd64930f5a8fd0d7b381b122c931d)
-rw-r--r-- | source4/build/pidl/eparser.pm | 2 | ||||
-rw-r--r-- | source4/build/pidl/ndr_parser.pm (renamed from source4/build/pidl/ndr.pm) | 0 | ||||
-rwxr-xr-x | source4/build/pidl/pidl.pl | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm index 2f275203ea..23ff8e7954 100644 --- a/source4/build/pidl/eparser.pm +++ b/source4/build/pidl/eparser.pm @@ -6,7 +6,7 @@ package IdlEParser; -use ndr; +use ndr_parser; use strict; # the list of needed functions diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr_parser.pm index fde9f05d2f..fde9f05d2f 100644 --- a/source4/build/pidl/ndr.pm +++ b/source4/build/pidl/ndr_parser.pm diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl.pl index c94163f334..325f07b058 100755 --- a/source4/build/pidl/pidl.pl +++ b/source4/build/pidl/pidl.pl @@ -17,7 +17,7 @@ use idl; use dump; use ndr_client; use ndr_header; -use ndr; +use ndr_parser; use server; use dcom_proxy; use dcom_stub; |