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 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2013 Nexenta Systems, Inc. All rights reserved. */ #ifndef _MLSVC_LLSR_NDL_ #define _MLSVC_LLSR_NDL_
*** 39,49 **** * 0x4e * 0x01 closes the handle obtained via 0x00 * 0x3b closes the handle obtained via 0x3a */ ! #include "ndrtypes.ndl" #define LLSR_OPNUM_Open 0x00 #define LLSR_OPNUM_Close 0x01 #define LLSR_OPNUM_Connect 0x3a #define LLSR_OPNUM_Disconnect 0x3b --- 41,51 ---- * 0x4e * 0x01 closes the handle obtained via 0x00 * 0x3b closes the handle obtained via 0x3a */ ! #include <libmlrpc/ndrtypes.ndl> #define LLSR_OPNUM_Open 0x00 #define LLSR_OPNUM_Close 0x01 #define LLSR_OPNUM_Connect 0x3a #define LLSR_OPNUM_Disconnect 0x3b