Print this page
1575 untangle libmlrpc ... (libmlrpc)

*** 18,35 **** * * CDDL HEADER END */ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. */ #include <assert.h> #include <strings.h> #include <sys/param.h> ! #include <smbsrv/libsmb.h> ! #include <smbsrv/libmlrpc.h> #ifdef _BIG_ENDIAN static const int ndr_native_byte_order = NDR_REPLAB_INTG_BIG_ENDIAN; #else static const int ndr_native_byte_order = NDR_REPLAB_INTG_LITTLE_ENDIAN; --- 18,35 ---- * * CDDL HEADER END */ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2013 Nexenta Systems, Inc. All rights reserved. */ #include <assert.h> #include <strings.h> #include <sys/param.h> ! #include <libmlrpc.h> #ifdef _BIG_ENDIAN static const int ndr_native_byte_order = NDR_REPLAB_INTG_BIG_ENDIAN; #else static const int ndr_native_byte_order = NDR_REPLAB_INTG_LITTLE_ENDIAN;