Cosmetic changes.

This commit is contained in:
Philip Homburg 2006-01-27 13:26:42 +00:00
parent 38a16399f8
commit f4ae126596
2 changed files with 6 additions and 7 deletions

View file

@ -215,8 +215,7 @@ PRIVATE struct inode *new_node(struct inode **ldirp,
register int r; register int r;
char string[NAME_MAX]; char string[NAME_MAX];
*ldirp = parse_path(path, string, opaque ? LAST_DIR : LAST_DIR_EATSYM) *ldirp = parse_path(path, string, opaque ? LAST_DIR : LAST_DIR_EATSYM);
;
if (*ldirp == NIL_INODE) return(NIL_INODE); if (*ldirp == NIL_INODE) return(NIL_INODE);
/* The final directory is accessible. Get final component of the path. */ /* The final directory is accessible. Get final component of the path. */