mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Missed an assignment of arg6 in previous commit.
This commit is contained in:
parent
303451da31
commit
071087f3d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87627
@ -174,6 +174,7 @@ ktr_tracepoint(u_int mask, const char *format, u_long arg1, u_long arg2,
|
||||
entry->ktr_parm3 = arg3;
|
||||
entry->ktr_parm4 = arg4;
|
||||
entry->ktr_parm5 = arg5;
|
||||
entry->ktr_parm6 = arg6;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user