View | Details | Raw Unified | Return to bug 20407
Collapse All | Expand All

(-)inet6.c (+3 lines)
Lines 40-45 Link Here
40
*/
40
*/
41
#endif /* not lint */
41
#endif /* not lint */
42
42
43
#ifdef INET6
43
#include <sys/param.h>
44
#include <sys/param.h>
44
#include <sys/socket.h>
45
#include <sys/socket.h>
45
#include <sys/socketvar.h>
46
#include <sys/socketvar.h>
Lines 1045-1047 Link Here
1045
				sizeof(ntop_buf)));
1046
				sizeof(ntop_buf)));
1046
	return (line);
1047
	return (line);
1047
}
1048
}
1049
#endif /* INET6 */
1050
(-)mroute6.c (+3 lines)
Lines 67-72 Link Here
67
 *	$FreeBSD$
67
 *	$FreeBSD$
68
 */
68
 */
69
69
70
#ifdef INET6
70
#include <sys/param.h>
71
#include <sys/param.h>
71
#include <sys/queue.h>
72
#include <sys/queue.h>
72
#include <sys/socket.h>
73
#include <sys/socket.h>
Lines 247-249 Link Here
247
	    (unsigned long long)mrtstat.mrt6s_pkt2large,
248
	    (unsigned long long)mrtstat.mrt6s_pkt2large,
248
	    plural(mrtstat.mrt6s_pkt2large));
249
	    plural(mrtstat.mrt6s_pkt2large));
249
}
250
}
251
252
#endif /* INET6 */

Return to bug 20407