mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-10 01:51:42 +03:00
(cli_printjob_del): Commented out.
(cli_print_queue): Ditto. * samba/lib/system.c (sys_waitpid): Ditto.
This commit is contained in:
parent
423e57ef8d
commit
7e6893ed6c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
********************************************************************/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user