svn commit: samba r23659 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_26/source/lib

vlendec at samba.org vlendec at samba.org
Fri Jun 29 17:09:40 GMT 2007


Author: vlendec
Date: 2007-06-29 17:09:39 +0000 (Fri, 29 Jun 2007)
New Revision: 23659

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

Log:
file_pload is not used outside of util_file.c
Modified:
   branches/SAMBA_3_0/source/lib/util_file.c
   branches/SAMBA_3_0_26/source/lib/util_file.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util_file.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util_file.c	2007-06-29 16:04:26 UTC (rev 23658)
+++ branches/SAMBA_3_0/source/lib/util_file.c	2007-06-29 17:09:39 UTC (rev 23659)
@@ -102,7 +102,7 @@
  Load from a pipe into memory.
 ****************************************************************************/
 
-char *file_pload(char *syscmd, size_t *size)
+static char *file_pload(char *syscmd, size_t *size)
 {
 	int fd, n;
 	char *p;

Modified: branches/SAMBA_3_0_26/source/lib/util_file.c
===================================================================
--- branches/SAMBA_3_0_26/source/lib/util_file.c	2007-06-29 16:04:26 UTC (rev 23658)
+++ branches/SAMBA_3_0_26/source/lib/util_file.c	2007-06-29 17:09:39 UTC (rev 23659)
@@ -102,7 +102,7 @@
  Load from a pipe into memory.
 ****************************************************************************/
 
-char *file_pload(char *syscmd, size_t *size)
+static char *file_pload(char *syscmd, size_t *size)
 {
 	int fd, n;
 	char *p;



More information about the samba-cvs mailing list