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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlrpc/common/ndr_svc.c
          +++ new/usr/src/lib/libmlrpc/common/ndr_svc.c
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  
  28   28  #include <uuid/uuid.h>
  29   29  #include <ctype.h>
  30   30  #include <synch.h>
  31   31  #include <stdio.h>
  32   32  #include <unistd.h>
  33   33  #include <string.h>
  34   34  #include <strings.h>
  35   35  #include <assert.h>
  36   36  
  37      -#include <smbsrv/libsmb.h>
  38      -#include <smbsrv/libmlrpc.h>
       37 +#include <libmlrpc.h>
  39   38  
  40   39  
  41   40  /*
  42   41   * Global list of allocated handles.  Handles are used in various
  43   42   * server-side RPC functions: typically, issued when a service is
  44   43   * opened and obsoleted when it is closed.  Clients should treat
  45   44   * handles as opaque data.
  46   45   */
  47   46  static ndr_handle_t *ndr_handle_list;
  48   47  static mutex_t ndr_handle_lock;
↓ open down ↓ 428 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX