summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-29 17:09:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:42 -0500
commit8689b1ce99d7941c6548e75e8e8b8a2751de4c2c (patch)
treece866053b456e7d1a9e5ecdc66e27fbe4da135d8 /source3
parent3d3035bcfee16a2ecce5f1cb7cf2e95f1f5d6d42 (diff)
downloadsamba-8689b1ce99d7941c6548e75e8e8b8a2751de4c2c.tar.gz
samba-8689b1ce99d7941c6548e75e8e8b8a2751de4c2c.tar.xz
samba-8689b1ce99d7941c6548e75e8e8b8a2751de4c2c.zip
r23659: file_pload is not used outside of util_file.c
(This used to be commit 3ec43e18a4ffc46700de484251ea0bb2a18cde78)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/util_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_file.c b/source3/lib/util_file.c
index 03246cad8e7..9c54c50b397 100644
--- a/source3/lib/util_file.c
+++ b/source3/lib/util_file.c
@@ -102,7 +102,7 @@ char *fgets_slash(char *s2,int maxlen,XFILE *f)
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;