* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
starts with a drive. Also perform whitespace cleanup.
This commit is contained in:
@ -48,7 +48,7 @@ private:
|
||||
proc ipcblk;
|
||||
union
|
||||
{
|
||||
struct msgctl_args ctlargs;
|
||||
struct msgctl_args ctlargs;
|
||||
struct msgget_args getargs;
|
||||
struct msgrcv_args rcvargs;
|
||||
struct msgsnd_args sndargs;
|
||||
|
Reference in New Issue
Block a user