Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
        
*** 19,28 ****
--- 19,30 ----
   * CDDL HEADER END
   */
  /*
   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
   * Use is subject to license terms.
+  *
+  * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
   */
  
  #ifndef _MLSVC_SVCCTL_NDL_
  #define _MLSVC_SVCCTL_NDL_
  
*** 30,40 ****
   * NT Service Control Services (SVCCTL) RPC interface definition.
   * This interface provides remote access to add, remove, start and
   * stop services.
   */
  
! #include "ndrtypes.ndl"
  
  /* Windows NT */
  #define SVCCTL_OPNUM_Close                      0x00
  #define SVCCTL_OPNUM_ControlService             0x01
  #define SVCCTL_OPNUM_DeleteService              0x02
--- 32,42 ----
   * NT Service Control Services (SVCCTL) RPC interface definition.
   * This interface provides remote access to add, remove, start and
   * stop services.
   */
  
! #include <libmlrpc/ndrtypes.ndl>
  
  /* Windows NT */
  #define SVCCTL_OPNUM_Close                      0x00
  #define SVCCTL_OPNUM_ControlService             0x01
  #define SVCCTL_OPNUM_DeleteService              0x02