mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove bogus cast that was introduced in the previous commit.
This commit is contained in:
parent
9fb420314e
commit
0e4885ff09
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue