Changeset 1079 for Whitix/branches/keobject/fs/vfs/load.c
- Timestamp:
- 10/03/08 12:54:00 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/fs/vfs/load.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/fs/vfs/load.c
r1060 r1079 312 312 313 313 /* The child processes have the same current directory as the parent */ 314 str cpy(process->sCwd,current->sCwd);314 strncpy(process->sCwd, current->sCwd, PATH_MAX); 315 315 316 316 process->cwd=current->cwd;