Bjoern A. Zeeb 48d48eb980 Fix a regression introduced in r179289 splitting up ip6_savecontrol()
into v4-only vs. v6-only inp_flags processing.
When ip6_savecontrol_v4() is called from ip6_savecontrol() we
were not passing back the **mp thus the information will be missing
in userland.
Istead of going with a *** as suggested in the PR we are returning
**mp now and passing in the v4only flag as a pointer argument.

PR:		kern/126349
Reviewed by:	rwatson, dwmalone
2008-08-16 06:39:18 +00:00
..
2008-08-11 04:54:43 +00:00
2008-08-04 14:42:09 +00:00
2008-08-12 20:19:08 +00:00
2008-08-03 14:11:06 +00:00
2008-08-13 20:30:28 +00:00
2008-08-10 12:15:36 +00:00
2008-08-15 21:20:44 +00:00