summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-02-23 02:02:33 +0000
committerJeremy Allison <jra@samba.org>2000-02-23 02:02:33 +0000
commit9db96b7646aa36aa5b4ff309419235fe20bef78a (patch)
tree9d545a8cfd5029dae7f984e760ed0d78dd2e8db5 /source3/lib/system.c
parentf7324464b1adcac67e620a75f2fd51ef8e615173 (diff)
downloadsamba-9db96b7646aa36aa5b4ff309419235fe20bef78a.tar.gz
samba-9db96b7646aa36aa5b4ff309419235fe20bef78a.tar.bz2
samba-9db96b7646aa36aa5b4ff309419235fe20bef78a.zip
lib/system.c: Fixed gcc warnings.
nmbd/nmbd_processlogon.c: Use "True" and "False" instead of 1 and 0. Others - preparing for multiple pdu write code. Jeremy. (This used to be commit 9f879ec396230deba34fbe5e82d8a65f92137c54)
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index 25925b6d8e..9ef0af494f 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -968,7 +968,6 @@ FILE *sys_popen(const char *command, const char *mode)
int parent_end, child_end;
int pipe_fds[2];
popen_list *entry = NULL;
- pid_t child_pid;
char **argl = NULL;
if (pipe(pipe_fds) < 0)