mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Remove bogus cast that was introduced in the previous commit.
This commit is contained in:
parent
9fb420314e
commit
0e4885ff09
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2959
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user