1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

r23659: file_pload is not used outside of util_file.c

(This used to be commit 3ec43e18a4)
This commit is contained in:
Volker Lendecke
2007-06-29 17:09:39 +00:00
committed by Gerald (Jerry) Carter
parent 3d3035bcfe
commit 8689b1ce99

View File

@ -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;