Remove bogus cast that was introduced in the previous commit.

This commit is contained in:
Bruce Evans 1994-09-21 22:34:38 +00:00
parent 9fb420314e
commit 0e4885ff09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2959

View File

@ -123,7 +123,7 @@ build(path)
char *p;
p = path;
oumask = (mode_t)NULL;
oumask = 0;
if (p[0] == '/') /* Skip leading '/'. */
++p;
for (first = 1;; ++p) {