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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlrpc/common/ndr_marshal.c
          +++ new/usr/src/lib/libmlrpc/common/ndr_marshal.c
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
       23 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  23   24   */
  24   25  
  25   26  #include <assert.h>
  26   27  #include <strings.h>
  27   28  #include <sys/param.h>
  28   29  
  29      -#include <smbsrv/libsmb.h>
  30      -#include <smbsrv/libmlrpc.h>
       30 +#include <libmlrpc.h>
  31   31  
  32   32  #ifdef _BIG_ENDIAN
  33   33  static const int ndr_native_byte_order = NDR_REPLAB_INTG_BIG_ENDIAN;
  34   34  #else
  35   35  static const int ndr_native_byte_order = NDR_REPLAB_INTG_LITTLE_ENDIAN;
  36   36  #endif
  37   37  
  38   38  static int ndr_decode_hdr_common(ndr_stream_t *, ndr_common_header_t *);
  39   39  static int ndr_decode_pac_hdr(ndr_stream_t *, ndr_pac_hdr_t *);
  40   40  
↓ open down ↓ 608 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX