diff options
author | Jeremy Allison <jra@samba.org> | 2000-02-23 02:02:33 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-02-23 02:02:33 +0000 |
commit | 9f879ec396230deba34fbe5e82d8a65f92137c54 (patch) | |
tree | 40e13fdb5eb8647b7703e972040eb25e1ca141e6 /source/lib/system.c | |
parent | 27ef1789267c7af70071ac9b1d216b4dd745578a (diff) | |
download | samba-9f879ec396230deba34fbe5e82d8a65f92137c54.tar.gz samba-9f879ec396230deba34fbe5e82d8a65f92137c54.tar.xz samba-9f879ec396230deba34fbe5e82d8a65f92137c54.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.
Diffstat (limited to 'source/lib/system.c')
-rw-r--r-- | source/lib/system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/system.c b/source/lib/system.c index 25925b6d8ec..9ef0af494f3 100644 --- a/source/lib/system.c +++ b/source/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) |