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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/svcctl.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/svcctl.ndl
↓ open down ↓ 13 lines elided ↑ open up ↑
  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 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _MLSVC_SVCCTL_NDL_
  27   29  #define _MLSVC_SVCCTL_NDL_
  28   30  
  29   31  /*
  30   32   * NT Service Control Services (SVCCTL) RPC interface definition.
  31   33   * This interface provides remote access to add, remove, start and
  32   34   * stop services.
  33   35   */
  34   36  
  35      -#include "ndrtypes.ndl"
       37 +#include <libmlrpc/ndrtypes.ndl>
  36   38  
  37   39  /* Windows NT */
  38   40  #define SVCCTL_OPNUM_Close                      0x00
  39   41  #define SVCCTL_OPNUM_ControlService             0x01
  40   42  #define SVCCTL_OPNUM_DeleteService              0x02
  41   43  #define SVCCTL_OPNUM_LockServiceDatabase        0x03
  42   44  #define SVCCTL_OPNUM_QueryServiceSecurity       0x04
  43   45  #define SVCCTL_OPNUM_SetServiceSecurity         0x05
  44   46  #define SVCCTL_OPNUM_QueryServiceStatus         0x06
  45   47  #define SVCCTL_OPNUM_SetServiceStatus           0x07
↓ open down ↓ 559 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX