svn commit: samba r14569 - in branches/SAMBA_4_0/source: build/smb_build ntptr ntvfs rpc_server

jelmer at samba.org jelmer at samba.org
Sun Mar 19 17:57:34 GMT 2006


Author: jelmer
Date: 2006-03-19 17:57:34 +0000 (Sun, 19 Mar 2006)
New Revision: 14569

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14569

Log:
Make more functions public.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SAMBA_4_0/source/ntptr/config.mk
   branches/SAMBA_4_0/source/ntvfs/config.mk
   branches/SAMBA_4_0/source/rpc_server/config.mk
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-19 17:56:26 UTC (rev 14568)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-19 17:57:34 UTC (rev 14569)
@@ -249,7 +249,7 @@
 		defined($ctx->{LIBRARY_SONAME})) {
 		$soarg = "$self->{config}->{SONAMEFLAG}$ctx->{LIBRARY_SONAME} ";
 		if ($ctx->{LIBRARY_REALNAME} ne $ctx->{LIBRARY_SONAME}) {
-			$soargdebug = "\tln -fs $ctx->{LIBRARY_REALNAME} $ctx->{DEBUGDIR}/$ctx->{LIBRARY_SONAME}\n";
+			$soargdebug = "\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{DEBUGDIR}/$ctx->{LIBRARY_SONAME}\n";
 		}
 	}
 

Modified: branches/SAMBA_4_0/source/ntptr/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntptr/config.mk	2006-03-19 17:56:26 UTC (rev 14568)
+++ branches/SAMBA_4_0/source/ntptr/config.mk	2006-03-19 17:57:34 UTC (rev 14569)
@@ -19,6 +19,7 @@
 OBJ_FILES = \
 		ntptr_base.o \
 		ntptr_interface.o
+REQUIRED_SUBSYSTEMS = DCERPC_COMMON
 #
 # End SUBSYSTEM ntptr
 ################################################

Modified: branches/SAMBA_4_0/source/ntvfs/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/config.mk	2006-03-19 17:56:26 UTC (rev 14568)
+++ branches/SAMBA_4_0/source/ntvfs/config.mk	2006-03-19 17:57:34 UTC (rev 14569)
@@ -46,6 +46,7 @@
 		ipc/vfs_ipc.o \
 		ipc/ipc_rap.o \
 		ipc/rap_server.o
+REQUIRED_SUBSYSTEMS = DCERPC_COMMON dcerpc_server
 # End MODULE ntvfs_ipc
 ################################################
 

Modified: branches/SAMBA_4_0/source/rpc_server/config.mk
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/config.mk	2006-03-19 17:56:26 UTC (rev 14568)
+++ branches/SAMBA_4_0/source/rpc_server/config.mk	2006-03-19 17:57:34 UTC (rev 14569)
@@ -213,7 +213,8 @@
 REQUIRED_SUBSYSTEMS = \
 		LIBCLI_AUTH \
 		LIBNDR \
-		dcerpc
+		dcerpc \
+		service
 #
 # End SUBSYSTEM DCERPC
 ################################################

Modified: branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c	2006-03-19 17:56:26 UTC (rev 14568)
+++ branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c	2006-03-19 17:57:34 UTC (rev 14569)
@@ -1115,7 +1115,7 @@
 
   from the current fragment
 */
-NTSTATUS dcesrv_output(struct dcesrv_connection *dce_conn, 
+_PUBLIC_ NTSTATUS dcesrv_output(struct dcesrv_connection *dce_conn, 
 		       void *private_data,
 		       NTSTATUS (*write_fn)(void *private_data, DATA_BLOB *output, size_t *nwritten))
 {



More information about the samba-cvs mailing list