Fix a warning on 64 bits platforms: copystr() takes a size_t *,
not an int *.
This commit is contained in:
parent
76900889fa
commit
a8f15ed745
@ -84,7 +84,7 @@ union_mount(mp, ndp, td)
|
||||
char *cp = 0, *target;
|
||||
int op;
|
||||
int len;
|
||||
u_int size;
|
||||
size_t size;
|
||||
|
||||
UDEBUG(("union_mount(mp = %p)\n", (void *)mp));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user