From 8689b1ce99d7941c6548e75e8e8b8a2751de4c2c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 29 Jun 2007 17:09:39 +0000 Subject: r23659: file_pload is not used outside of util_file.c (This used to be commit 3ec43e18a4ffc46700de484251ea0bb2a18cde78) --- source3/lib/util_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/util_file.c b/source3/lib/util_file.c index 03246cad8e..9c54c50b39 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; -- cgit