mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
r23659: file_pload is not used outside of util_file.c
(This used to be commit 3ec43e18a4
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3d3035bcfe
commit
8689b1ce99
@ -102,7 +102,7 @@ char *fgets_slash(char *s2,int maxlen,XFILE *f)
|
|||||||
Load from a pipe into memory.
|
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;
|
int fd, n;
|
||||||
char *p;
|
char *p;
|
||||||
|
Reference in New Issue
Block a user