search for: cdcmd

Displaying 4 results from an estimated 4 matches for "cdcmd".

Did you mean: ccmd
1999 Jun 09
1
smbtar cannot recognize space character in filename
...he patch for this problem: *** smbtar.dist Fri Mar 5 21:35:26 1999 --- smbtar Tue Jun 1 15:46:07 1999 *************** *** 161,164 **** eval $SMBCLIENT "'\\\\$server\\$service'" "'$password'" -U "'$username'" \ -E -N $log -D "'$cdcmd'" ${clientargs} \ ! -T${tarcmd}${tarargs} $blocksize $newer $tapefile $* $verbose --- 161,164 ---- eval $SMBCLIENT "'\\\\$server\\$service'" "'$password'" -U "'$username'" \ -E -N $log -D "'$cdcmd'" ${clientargs...
2020 Mar 28
0
[klibc:update-dash] dash: exec: Do not allocate stack string in padvance
...++++++++++------------- usr/dash/exec.h | 2 +- usr/dash/mail.c | 7 +++++-- usr/dash/main.c | 12 +++++------- 5 files changed, 29 insertions(+), 26 deletions(-) diff --git a/usr/dash/cd.c b/usr/dash/cd.c index a4e024d8..610a4fa8 100644 --- a/usr/dash/cd.c +++ b/usr/dash/cd.c @@ -98,6 +98,7 @@ cdcmd(int argc, char **argv) char c; struct stat statb; int flags; + int len; flags = cdopt(); dest = *argptr; @@ -127,9 +128,10 @@ dotdot: if (!*dest) dest = "."; path = bltinlookup("CDPATH"); - while (path) { - c = *path; - p = padvance(&path, dest); + while...
2005 Dec 13
2
Parallel build of dash still fails
...102: warning: its scope is only this definition or declaration, which is probably not what you want dash/jobs.h:103: warning: ?union node? declared inside parameter list In file included from dash/cd.c:53: dash/exec.h:74: warning: ?union node? declared inside parameter list dash/cd.c: In function ?cdcmd?: dash/cd.c:88: warning: unused parameter ?argc? dash/cd.c:88: warning: unused parameter ?argv? dash/cd.c: In function ?pwdcmd?: dash/cd.c:259: warning: unused parameter ?argc? dash/cd.c:259: warning: unused parameter ?argv? make[2]: *** [dash/cd.o] Error 1 make[2]: *** Waiting for unfinished jobs....
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po