(cli_printjob_del): Commented out.

(cli_print_queue): Ditto.
* samba/lib/system.c (sys_waitpid): Ditto.
This commit is contained in:
Andrew V. Samoilov 2002-07-31 12:03:02 +00:00
parent 423e57ef8d
commit 7e6893ed6c
3 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,9 @@
* samba/libsmb/clientgen.c (cli_send_tconX): Add missed
unix_to_dos() call.
(cli_printjob_del): Commented out.
(cli_print_queue): Ditto.
* samba/lib/system.c (sys_waitpid): Ditto.
2002-07-29 Andrew V. Samoilov <kai@cmail.ru>

View File

@ -288,7 +288,7 @@ SMB_STRUCT_DIRENT *sys_readdir(DIR *dirp)
/*******************************************************************
The wait() calls vary between systems
********************************************************************/
#if 0
int sys_waitpid(pid_t pid,int *status,int options)
{
#ifdef HAVE_WAITPID
@ -297,7 +297,7 @@ int sys_waitpid(pid_t pid,int *status,int options)
return wait4(pid, status, options, NULL);
#endif /* HAVE_WAITPID */
}
#endif
/*******************************************************************
system wrapper for getwd
********************************************************************/

View File

@ -2782,7 +2782,7 @@ BOOL cli_establish_connection(struct cli_state *cli,
return True;
}
#if 0
/****************************************************************************
cancel a print job
****************************************************************************/
@ -2820,7 +2820,6 @@ int cli_printjob_del(struct cli_state *cli, int job)
return ret;
}
/****************************************************************************
call fn() on each entry in a print queue
****************************************************************************/
@ -2891,6 +2890,7 @@ int cli_print_queue(struct cli_state *cli,
return i;
}
#endif
/****************************************************************************
check for existance of a dir