From cb78a0d24a9db799c07c26aa11ff42dbdf33d05e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 7 Sep 2006 20:09:15 +0000 Subject: r18229: regenerated unixinfo files and add a few header stubs. Almost autogenerated now (This used to be commit b860685a8117c3876158ac7b8db63cda9b415239) --- source3/librpc/gen_ndr/ndr_unixinfo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/librpc/gen_ndr/ndr_unixinfo.c') 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 #include + #include #include #include -#include -#include -#include "gen_ndr/ndr_unixinfo.h" +#include +#include +#include "librpc/gen_ndr/ndr_unixinfo.h" #include -#include +#include 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--; } - -- cgit