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

(-)cdev/test/testcdev.c (+1 lines)
Lines 75-80 Link Here
75
#include <fcntl.h>
75
#include <fcntl.h>
76
#include <paths.h>
76
#include <paths.h>
77
#include <string.h>
77
#include <string.h>
78
#include <stdlib.h>
78
#include <sys/types.h>
79
#include <sys/types.h>
79
#include <sys/ioccom.h>
80
#include <sys/ioccom.h>
80
81
(-)syscall/test/call.c (+1 lines)
Lines 27-32 Link Here
27
 */
27
 */
28
28
29
#include <stdio.h>
29
#include <stdio.h>
30
#include <stdlib.h>
30
#include <sys/syscall.h>
31
#include <sys/syscall.h>
31
#include <sys/types.h>
32
#include <sys/types.h>
32
#include <sys/module.h>
33
#include <sys/module.h>
(-)firmware/fwconsumer/fw_consumer.c (-1 / +1 lines)
Lines 36-42 Link Here
36
#include <sys/proc.h>
36
#include <sys/proc.h>
37
#include <sys/module.h>
37
#include <sys/module.h>
38
38
39
static struct firmware *fp;
39
static const struct firmware *fp;
40
40
41
static int
41
static int
42
fw_consumer_modevent(module_t mod, int type, void *unused)
42
fw_consumer_modevent(module_t mod, int type, void *unused)

Return to bug 142938