git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3035b
)
r23659: file_pload is not used outside of util_file.c
author
Volker Lendecke
<vlendec@samba.org>
Fri, 29 Jun 2007 17:09:39 +0000
(17:09 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:23:42 +0000
(12:23 -0500)
(This used to be commit
3ec43e18a4ffc46700de484251ea0bb2a18cde78
)
source3/lib/util_file.c
patch
|
blob
|
history
diff --git
a/source3/lib/util_file.c
b/source3/lib/util_file.c
index 03246cad8e7e405eda869bbb1f502d12f6296f59..9c54c50b3975fd22b75ba92fa727950a0b8e851d 100644
(file)
--- 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;