diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-07 20:09:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:16 -0500 |
commit | cb78a0d24a9db799c07c26aa11ff42dbdf33d05e (patch) | |
tree | 6b31909b0a1d326b9d95b83b2a9a3d9e026fe20d /source3/librpc/gen_ndr | |
parent | 34a25efad28d47db49fe5bd0db08f7988e11bb29 (diff) | |
download | samba-cb78a0d24a9db799c07c26aa11ff42dbdf33d05e.tar.gz samba-cb78a0d24a9db799c07c26aa11ff42dbdf33d05e.tar.bz2 samba-cb78a0d24a9db799c07c26aa11ff42dbdf33d05e.zip |
r18229: regenerated unixinfo files and add a few header stubs. Almost autogenerated now
(This used to be commit b860685a8117c3876158ac7b8db63cda9b415239)
Diffstat (limited to 'source3/librpc/gen_ndr')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_misc.h | 1 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/ndr_security.h | 0 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/ndr_unixinfo.c | 10 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/ndr_unixinfo.h | 2 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/security.h | 1 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/unixinfo.h | 2 |
6 files changed, 9 insertions, 7 deletions
diff --git a/source3/librpc/gen_ndr/ndr_misc.h b/source3/librpc/gen_ndr/ndr_misc.h new file mode 100644 index 0000000000..d43a7d8b4a --- /dev/null +++ b/source3/librpc/gen_ndr/ndr_misc.h @@ -0,0 +1 @@ +#include "ndr/ndr_misc.h" diff --git a/source3/librpc/gen_ndr/ndr_security.h b/source3/librpc/gen_ndr/ndr_security.h new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/source3/librpc/gen_ndr/ndr_security.h diff --git a/source3/librpc/gen_ndr/ndr_unixinfo.c b/source3/librpc/gen_ndr/ndr_unixinfo.c index d2ad824e0a..b26cc339bb 100644 --- a/source3/librpc/gen_ndr/ndr_unixinfo.c +++ b/source3/librpc/gen_ndr/ndr_unixinfo.c @@ -6,15 +6,16 @@ #include <stdlib.h> #include <stdio.h> + #include <stdarg.h> #include <string.h> #include <core/nterr.h> -#include <ndr/ndr_misc.h> -#include <ndr/ndr_dcerpc.h> -#include "gen_ndr/ndr_unixinfo.h" +#include <gen_ndr/ndr_misc.h> +#include <gen_ndr/ndr_dcerpc.h> +#include "librpc/gen_ndr/ndr_unixinfo.h" #include <dcerpc.h> -#include <ndr/ndr_security.h> +#include <gen_ndr/ndr_security.h> NTSTATUS ndr_push_unixinfo_GetPWUidInfo(struct ndr_push *ndr, int ndr_flags, const struct unixinfo_GetPWUidInfo *r) { if (ndr_flags & NDR_SCALARS) { @@ -514,4 +515,3 @@ void ndr_print_unixinfo_GetPWUid(struct ndr_print *ndr, const char *name, int fl ndr->depth--; } - diff --git a/source3/librpc/gen_ndr/ndr_unixinfo.h b/source3/librpc/gen_ndr/ndr_unixinfo.h index 899a903e08..d98ff9f15d 100644 --- a/source3/librpc/gen_ndr/ndr_unixinfo.h +++ b/source3/librpc/gen_ndr/ndr_unixinfo.h @@ -1,6 +1,6 @@ /* header auto-generated by pidl */ -#include "gen_ndr/unixinfo.h" +#include "librpc/gen_ndr/unixinfo.h" #ifndef _HEADER_NDR_unixinfo #define _HEADER_NDR_unixinfo diff --git a/source3/librpc/gen_ndr/security.h b/source3/librpc/gen_ndr/security.h new file mode 100644 index 0000000000..1c51af5b9c --- /dev/null +++ b/source3/librpc/gen_ndr/security.h @@ -0,0 +1 @@ +#include "ndr/security.h" diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h index 73e1c8fd6c..e5a0471ad5 100644 --- a/source3/librpc/gen_ndr/unixinfo.h +++ b/source3/librpc/gen_ndr/unixinfo.h @@ -5,7 +5,7 @@ #ifndef _HEADER_unixinfo #define _HEADER_unixinfo -#include "librpc/ndr/security.h" +#include "librpc/gen_ndr/security.h" struct unixinfo_GetPWUidInfo { NTSTATUS status;/* [keepref] */ const char *homedir;/* [unique,keepref,charset(UTF8)] */ |