Typo fix from last commits. From Alan Carvalho de Assis
This commit is contained in:
parent
cc14f9ae06
commit
e013c96358
|
@ -124,7 +124,7 @@ int mkdir(const char *pathname, mode_t mode)
|
|||
#else
|
||||
/* But mountpoints are not supported in this configuration */
|
||||
|
||||
errocode = EEXIST;
|
||||
errcode = EEXIST;
|
||||
goto errout_with_inode;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue