summaryrefslogtreecommitdiff
blob: b6dd2cb72448f901c4af4dc044ea261b7a20064a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
Index: sys/conf/kern.pre.mk
===================================================================
--- sys/conf/kern.pre.mk.orig
+++ sys/conf/kern.pre.mk
@@ -46,7 +46,7 @@ NOSTDINC= -X
 NOSTDINC= -nostdinc
 .endif
 
-INCLUDES= ${NOSTDINC} -I- ${INCLMAGIC} -I. -I$S
+INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S
 
 # This hack lets us use the OpenBSD altq code without spamming a new
 # include path into contrib'ed source files.
Index: sys/conf/kmod.mk
===================================================================
--- sys/conf/kmod.mk.orig
+++ sys/conf/kmod.mk
@@ -87,7 +87,7 @@ NOSTDINC=	-X
 .else
 NOSTDINC=	-nostdinc
 .endif
-CFLAGS:=	${CFLAGS:N-I*} ${NOSTDINC} -I- ${INCLMAGIC} ${CFLAGS:M-I*}
+CFLAGS:=	${CFLAGS:N-I*} ${NOSTDINC} ${INCLMAGIC} ${CFLAGS:M-I*}
 .if defined(KERNBUILDDIR)
 CFLAGS+=	-DHAVE_KERNEL_OPTION_HEADERS -include ${KERNBUILDDIR}/opt_global.h
 .endif
Index: sys/ddb/db_command.c
===================================================================
--- sys/ddb/db_command.c.orig
+++ sys/ddb/db_command.c
@@ -75,7 +75,7 @@ static db_cmdfcn_t	db_stack_trace_all;
 static db_cmdfcn_t	db_watchdog;
 
 /* XXX this is actually forward-static. */
-extern struct command	db_show_cmds[];
+static struct command	db_show_cmds[];
 
 /*
  * if 'ed' style: 'dot' is set at start of last item printed,
Index: sys/dev/cp/if_cp.c
===================================================================
--- sys/dev/cp/if_cp.c.orig
+++ sys/dev/cp/if_cp.c
@@ -338,7 +338,7 @@ static void cp_intr (void *arg)
 #endif
 }
 
-extern struct cdevsw cp_cdevsw;
+static struct cdevsw cp_cdevsw;
 
 static void
 cp_bus_dmamap_addr (void *arg, bus_dma_segment_t *segs, int nseg, int error)
Index: sys/dev/ctau/if_ct.c
===================================================================
--- sys/dev/ctau/if_ct.c.orig
+++ sys/dev/ctau/if_ct.c
@@ -486,7 +486,7 @@ static int ct_probe (device_t dev)
 	return 0;
 }
 
-extern struct cdevsw ct_cdevsw;
+static struct cdevsw ct_cdevsw;
 
 static void
 ct_bus_dmamap_addr (void *arg, bus_dma_segment_t *segs, int nseg, int error)
Index: sys/dev/cx/if_cx.c
===================================================================
--- sys/dev/cx/if_cx.c.orig
+++ sys/dev/cx/if_cx.c
@@ -229,7 +229,7 @@ static cx_board_t *adapter [NCX];
 static drv_t *channel [NCX*NCHAN];
 static struct callout led_timo [NCX];
 static struct callout timeout_handle;
-extern struct cdevsw cx_cdevsw;
+static struct cdevsw cx_cdevsw;
 
 static int MY_SOFT_INTR;
 
Index: sys/dev/fb/vga.c
===================================================================
--- sys/dev/fb/vga.c.orig
+++ sys/dev/fb/vga.c
@@ -206,7 +206,7 @@ typedef struct adp_state adp_state_t;
  * with a physical address in the following table, as verify_adapter()
  * will perform address conversion at run-time.
  */
-static video_adapter_t adapter_init_value[] = {
+video_adapter_t adapter_init_value[] = {
     /* DCC_MONO */
     { 0, KD_MONO, "mda", 0, 0, 0, 	    IO_MDA, IO_MDASIZE, MONO_CRTC,
       MDA_BUF_BASE, MDA_BUF_SIZE, MDA_BUF_BASE, MDA_BUF_SIZE, MDA_BUF_SIZE, 
@@ -748,10 +748,7 @@ static u_char 
 }
 
 #ifndef VGA_NO_BIOS
-static void
-fill_adapter_param(int code, video_adapter_t *adp)
-{
-    static struct {
+    struct {
 	int primary;
 	int secondary;
     } dcc[] = {
@@ -768,7 +765,9 @@ fill_adapter_param(int code, video_adapt
 	{ DCC_EGAMONO, 			DCC_CGA40 },
 	{ DCC_EGAMONO, 			DCC_CGA80 },
     };
-
+static void
+fill_adapter_param(int code, video_adapter_t *adp)
+{
     if ((code < 0) || (code >= sizeof(dcc)/sizeof(dcc[0]))) {
 	adp[V_ADP_PRIMARY] = adapter_init_value[DCC_MONO];
 	adp[V_ADP_SECONDARY] = adapter_init_value[DCC_CGA80];
Index: sys/dev/iicbus/iicbus.c
===================================================================
--- sys/dev/iicbus/iicbus.c.orig
+++ sys/dev/iicbus/iicbus.c
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD: src/sys/dev/iicbus/i
 
 #define DEVTOIICBUS(dev) ((struct iicbus_device*)device_get_ivars(dev))
 
-static devclass_t iicbus_devclass;
+static devclass_t iicbus_dev_class;
 
 /* See comments below for why auto-scanning is a bad idea. */
 #define SCAN_IICBUS 0
@@ -187,8 +187,8 @@ iicbus_null_repeated_start(device_t dev,
 	return (IIC_ENOTSUPP);
 }
 
-DRIVER_MODULE(iicbus, pcf, iicbus_driver, iicbus_devclass, 0, 0);
-DRIVER_MODULE(iicbus, envctrl, iicbus_driver, iicbus_devclass, 0, 0);
-DRIVER_MODULE(iicbus, iicbb, iicbus_driver, iicbus_devclass, 0, 0);
-DRIVER_MODULE(iicbus, bti2c, iicbus_driver, iicbus_devclass, 0, 0);
+DRIVER_MODULE(iicbus, pcf, iicbus_driver, iicbus_dev_class, 0, 0);
+DRIVER_MODULE(iicbus, envctrl, iicbus_driver, iicbus_dev_class, 0, 0);
+DRIVER_MODULE(iicbus, iicbb, iicbus_driver, iicbus_dev_class, 0, 0);
+DRIVER_MODULE(iicbus, bti2c, iicbus_driver, iicbus_dev_class, 0, 0);
 MODULE_VERSION(iicbus, IICBUS_MODVER);
Index: sys/dev/ppbus/ppb_msq.c
===================================================================
--- sys/dev/ppbus/ppb_msq.c.orig
+++ sys/dev/ppbus/ppb_msq.c
@@ -153,31 +153,32 @@ ppb_MS_exec(device_t bus, device_t dev, 
  * Execute a microseq loop
  *
  */
+struct ppb_microseq loop_microseq_1[] = {
+	  MS_CALL(0),			/* execute prolog */
+
+	  MS_SET(MS_UNKNOWN),		/* set size of transfer */
+	/* loop: */
+	  MS_CALL(0),			/* execute body */
+	  MS_DBRA(-1 /* loop: */),
+
+	  MS_CALL(0),			/* execute epilog */
+	  MS_RET(0)
+};
+
 int
 ppb_MS_loop(device_t bus, device_t dev, struct ppb_microseq *prolog,
 		struct ppb_microseq *body, struct ppb_microseq *epilog,
 		int iter, int *ret)
 {
-	struct ppb_microseq loop_microseq[] = {
-		  MS_CALL(0),			/* execute prolog */
-
-		  MS_SET(MS_UNKNOWN),		/* set size of transfer */
-	/* loop: */
-		  MS_CALL(0),			/* execute body */
-		  MS_DBRA(-1 /* loop: */),
-
-		  MS_CALL(0),			/* execute epilog */
-		  MS_RET(0)
-	};
 
 	/* initialize the structure */
-	loop_microseq[0].arg[0].p = (void *)prolog;
-	loop_microseq[1].arg[0].i = iter;
-	loop_microseq[2].arg[0].p = (void *)body;
-	loop_microseq[4].arg[0].p = (void *)epilog;
+	loop_microseq_1[0].arg[0].p = (void *)prolog;
+	loop_microseq_1[1].arg[0].i = iter;
+	loop_microseq_1[2].arg[0].p = (void *)body;
+	loop_microseq_1[4].arg[0].p = (void *)epilog;
 
 	/* execute the loop */
-	return (ppb_MS_microseq(bus, dev, loop_microseq, ret));
+	return (ppb_MS_microseq(bus, dev, loop_microseq_1, ret));
 }
 
 /*
Index: sys/fs/fdescfs/fdesc_vnops.c
===================================================================
--- sys/fs/fdescfs/fdesc_vnops.c.orig
+++ sys/fs/fdescfs/fdesc_vnops.c
@@ -74,7 +74,7 @@ static vop_readdir_t	fdesc_readdir;
 static vop_reclaim_t	fdesc_reclaim;
 static vop_setattr_t	fdesc_setattr;
 
-extern struct vop_vector fdesc_vnodeops;
+static struct vop_vector fdesc_vnodeops;
 
 /*
  * Initialise cache headers
Index: sys/fs/ntfs/ntfs_vfsops.c
===================================================================
--- sys/fs/ntfs/ntfs_vfsops.c.orig
+++ sys/fs/ntfs/ntfs_vfsops.c
@@ -60,7 +60,7 @@
 #include <fs/ntfs/ntfs_ihash.h>
 #include <fs/ntfs/ntfsmount.h>
 
-static MALLOC_DEFINE(M_NTFSMNT, "NTFS mount", "NTFS mount structure");
+static MALLOC_DEFINE(M_NTFS_MNT, "NTFS mount", "NTFS mount structure");
 MALLOC_DEFINE(M_NTFSNTNODE,"NTFS ntnode",  "NTFS ntnode information");
 MALLOC_DEFINE(M_NTFSFNODE,"NTFS fnode",  "NTFS fnode information");
 MALLOC_DEFINE(M_NTFSDIR,"NTFS dir",  "NTFS dir buffer");
@@ -279,7 +279,7 @@ ntfs_mountfs(devvp, mp, td)
 	error = bread(devvp, BBLOCK, BBSIZE, NOCRED, &bp);
 	if (error)
 		goto out;
-	ntmp = malloc( sizeof *ntmp, M_NTFSMNT, M_WAITOK | M_ZERO);
+	ntmp = malloc( sizeof *ntmp, M_NTFS_MNT, M_WAITOK | M_ZERO);
 	bcopy( bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile) );
 	/*
 	 * We must not cache the boot block if its size is not exactly
@@ -404,7 +404,7 @@ ntfs_mountfs(devvp, mp, td)
 		/* Alloc memory for attribute definitions */
 		MALLOC(ntmp->ntm_ad, struct ntvattrdef *,
 			num * sizeof(struct ntvattrdef),
-			M_NTFSMNT, M_WAITOK);
+			M_NTFS_MNT, M_WAITOK);
 
 		ntmp->ntm_adnum = num;
 
@@ -512,8 +512,8 @@ ntfs_unmount( 
 	MNT_ILOCK(mp);
 	mp->mnt_flag &= ~MNT_LOCAL;
 	MNT_IUNLOCK(mp);
-	FREE(ntmp->ntm_ad, M_NTFSMNT);
-	FREE(ntmp, M_NTFSMNT);
+	FREE(ntmp->ntm_ad, M_NTFS_MNT);
+	FREE(ntmp, M_NTFS_MNT);
 	return (error);
 }
 
Index: sys/fs/unionfs/union_vfsops.c
===================================================================
--- sys/fs/unionfs/union_vfsops.c.orig
+++ sys/fs/unionfs/union_vfsops.c
@@ -473,7 +473,7 @@ union_statfs(mp, sbp, td)
 	return (0);
 }
 
-static struct vfsops union_vfsops = {
+static struct vfsops union_vfs_ops = {
 	.vfs_init = 		union_init,
 	.vfs_mount =		union_mount,
 	.vfs_root =		union_root,
@@ -481,4 +481,4 @@ static struct vfsops union_vfsops = {
 	.vfs_unmount =		union_unmount,
 };
 
-VFS_SET(union_vfsops, unionfs, VFCF_LOOPBACK);
+VFS_SET(union_vfs_ops, unionfs, VFCF_LOOPBACK);
Index: sys/i386/i386/vm86.c
===================================================================
--- sys/i386/i386/vm86.c.orig
+++ sys/i386/i386/vm86.c
@@ -505,7 +505,7 @@ full:
 	panic("vm86_addpage: not enough room");
 }
 
-static void
+void
 vm86_initflags(struct vm86frame *vmf)
 {
 	int eflags = vmf->vmf_eflags;
Index: sys/i386/include/segments.h
===================================================================
--- sys/i386/include/segments.h.orig
+++ sys/i386/include/segments.h
@@ -244,7 +244,7 @@ extern union descriptor gdt[];
 extern struct soft_segment_descriptor gdt_segs[];
 extern struct gate_descriptor *idt;
 extern union descriptor ldt[NLDT];
-extern struct region_descriptor r_gdt, r_idt;
+//extern struct region_descriptor r_gdt, r_idt;
 
 void	lgdt(struct region_descriptor *rdp);
 void	sdtossd(struct segment_descriptor *sdp,
Index: sys/kern/kern_tc.c
===================================================================
--- sys/kern/kern_tc.c.orig
+++ sys/kern/kern_tc.c
@@ -61,7 +61,7 @@ struct timehands {
 	struct timehands	*th_next;
 };
 
-extern struct timehands th0;
+static struct timehands th0;
 static struct timehands th9 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th0};
 static struct timehands th8 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th9};
 static struct timehands th7 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th8};
Index: sys/net/rtsock.c
===================================================================
--- sys/net/rtsock.c.orig
+++ sys/net/rtsock.c
@@ -1243,7 +1243,7 @@ SYSCTL_NODE(_net, PF_ROUTE, routetable, 
  * Definitions of protocols supported in the ROUTE domain.
  */
 
-extern struct domain routedomain;		/* or at least forward */
+static struct domain routedomain;		/* or at least forward */
 
 static struct protosw routesw[] = {
 {
Index: sys/net/zlib.c
===================================================================
--- sys/net/zlib.c.orig
+++ sys/net/zlib.c
@@ -94,7 +94,7 @@ typedef unsigned short ush;
 typedef ush FAR ushf;
 typedef unsigned long  ulg;
 
-extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
+static const char *z_errmsg[10]; /* indexed by 2-zlib_error */
 /* (size given to avoid silly warnings with Visual C++) */
 
 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
Index: sys/netinet6/in6_proto.c
===================================================================
--- sys/netinet6/in6_proto.c.orig
+++ sys/netinet6/in6_proto.c
@@ -145,7 +145,7 @@
  */
 
 extern	struct domain inet6domain;
-static	struct pr_usrreqs nousrreqs;
+static	struct pr_usrreqs nousr_reqs;
 
 #define PR_LISTEN	0
 #define PR_ABRTACPTDIS	0
@@ -158,7 +158,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_init =		ip6_init,
 	.pr_slowtimo =		frag6_slowtimo,
 	.pr_drain =		frag6_drain,
-	.pr_usrreqs =		&nousrreqs,
+	.pr_usrreqs =		&nousr_reqs,
 },
 {
 	.pr_type =		SOCK_DGRAM,
@@ -216,7 +216,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_protocol =		IPPROTO_DSTOPTS,
 	.pr_flags =		PR_ATOMIC|PR_ADDR,
 	.pr_input =		dest6_input,
-	.pr_usrreqs =		&nousrreqs
+	.pr_usrreqs =		&nousr_reqs
 },
 {
 	.pr_type =		SOCK_RAW,
@@ -224,7 +224,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_protocol =		IPPROTO_ROUTING,
 	.pr_flags =		PR_ATOMIC|PR_ADDR,
 	.pr_input =		route6_input,
-	.pr_usrreqs =		&nousrreqs
+	.pr_usrreqs =		&nousr_reqs
 },
 {
 	.pr_type =		SOCK_RAW,
@@ -232,7 +232,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_protocol =		IPPROTO_FRAGMENT,
 	.pr_flags =		PR_ATOMIC|PR_ADDR,
 	.pr_input =		frag6_input,
-	.pr_usrreqs =		&nousrreqs
+	.pr_usrreqs =		&nousr_reqs
 },
 #ifdef IPSEC
 {
@@ -241,7 +241,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_protocol =		IPPROTO_AH,
 	.pr_flags =		PR_ATOMIC|PR_ADDR,
 	.pr_input =		ah6_input,
-	.pr_usrreqs =		&nousrreqs,
+	.pr_usrreqs =		&nousr_reqs,
 },
 #ifdef IPSEC_ESP
 {
@@ -251,7 +251,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_flags =		PR_ATOMIC|PR_ADDR,
 	.pr_input =		esp6_input,
 	.pr_ctlinput =		esp6_ctlinput,
-	.pr_usrreqs =		&nousrreqs,
+	.pr_usrreqs =		&nousr_reqs,
 },
 #endif
 {
@@ -260,7 +260,7 @@ struct ip6protosw inet6sw[] = {
 	.pr_protocol =		IPPROTO_IPCOMP,
 	.pr_flags =		PR_ATOMIC|PR_ADDR,
 	.pr_input =		ipcomp6_input,
-	.pr_usrreqs =		&nousrreqs,
+	.pr_usrreqs =		&nousr_reqs,
 },
 #endif /* IPSEC */
 #ifdef INET
Index: sys/netinet6/ip6_mroute.c
===================================================================
--- sys/netinet6/ip6_mroute.c.orig
+++ sys/netinet6/ip6_mroute.c
@@ -188,7 +188,7 @@ static struct ifnet *multicast_register_
 static mifi_t nummifs = 0;
 static mifi_t reg_mif_num = (mifi_t)-1;
 
-static struct pim6stat pim6stat;
+static struct pim6stat pim6_stat;
 static int pim6;
 
 /*
@@ -1622,7 +1622,7 @@ register_send(ip6, mif, m)
 		log(LOG_DEBUG, "** IPv6 register_send **\n src %s dst %s\n",
 		    ip6_sprintf(&ip6->ip6_src), ip6_sprintf(&ip6->ip6_dst));
 #endif
-	++pim6stat.pim6s_snd_registers;
+	++pim6_stat.pim6s_snd_registers;
 
 	/* Make a copy of the packet to send to the user level process */
 	MGETHDR(mm, M_DONTWAIT, MT_HEADER);
@@ -1690,7 +1690,7 @@ pim6_input(mp, offp, proto)
 	int minlen;
 	int off = *offp;
 
-	++pim6stat.pim6s_rcv_total;
+	++pim6_stat.pim6s_rcv_total;
 
 	ip6 = mtod(m, struct ip6_hdr *);
 	pimlen = m->m_pkthdr.len - *offp;
@@ -1699,7 +1699,7 @@ pim6_input(mp, offp, proto)
 	 * Validate lengths
 	 */
 	if (pimlen < PIM_MINLEN) {
-		++pim6stat.pim6s_rcv_tooshort;
+		++pim6_stat.pim6s_rcv_tooshort;
 #ifdef MRT6DEBUG
 		if (mrt6debug & DEBUG_PIM)
 			log(LOG_DEBUG,"pim6_input: PIM packet too short\n");
@@ -1732,7 +1732,7 @@ pim6_input(mp, offp, proto)
 #else
 	IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
 	if (pim == NULL) {
-		pim6stat.pim6s_rcv_tooshort++;
+		pim6_stat.pim6s_rcv_tooshort++;
 		return (IPPROTO_DONE);
 	}
 #endif
@@ -1752,7 +1752,7 @@ pim6_input(mp, offp, proto)
 			cksumlen = pimlen;
 
 		if (in6_cksum(m, IPPROTO_PIM, off, cksumlen)) {
-			++pim6stat.pim6s_rcv_badsum;
+			++pim6_stat.pim6s_rcv_badsum;
 #ifdef MRT6DEBUG
 			if (mrt6debug & DEBUG_PIM)
 				log(LOG_DEBUG,
@@ -1766,7 +1766,7 @@ pim6_input(mp, offp, proto)
 
 	/* PIM version check */
 	if (pim->pim_ver != PIM_VERSION) {
-		++pim6stat.pim6s_rcv_badversion;
+		++pim6_stat.pim6s_rcv_badversion;
 #ifdef MRT6DEBUG
 		log(LOG_ERR,
 		    "pim6_input: incorrect version %d, expecting %d\n",
@@ -1789,7 +1789,7 @@ pim6_input(mp, offp, proto)
 		u_int32_t *reghdr;
 		int rc;
 
-		++pim6stat.pim6s_rcv_registers;
+		++pim6_stat.pim6s_rcv_registers;
 
 		if ((reg_mif_num >= nummifs) || (reg_mif_num == (mifi_t) -1)) {
 #ifdef MRT6DEBUG
@@ -1811,8 +1811,8 @@ pim6_input(mp, offp, proto)
 		 * Validate length
 		 */
 		if (pimlen < PIM6_REG_MINLEN) {
-			++pim6stat.pim6s_rcv_tooshort;
-			++pim6stat.pim6s_rcv_badregisters;
+			++pim6_stat.pim6s_rcv_tooshort;
+			++pim6_stat.pim6s_rcv_badregisters;
 #ifdef MRT6DEBUG
 			log(LOG_ERR,
 			    "pim6_input: register packet size too "
@@ -1836,7 +1836,7 @@ pim6_input(mp, offp, proto)
 
 		/* verify the version number of the inner packet */
 		if ((eip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION) {
-			++pim6stat.pim6s_rcv_badregisters;
+			++pim6_stat.pim6s_rcv_badregisters;
 #ifdef MRT6DEBUG
 			log(LOG_DEBUG, "pim6_input: invalid IP version (%d) "
 			    "of the inner packet\n",
@@ -1848,7 +1848,7 @@ pim6_input(mp, offp, proto)
 
 		/* verify the inner packet is destined to a mcast group */
 		if (!IN6_IS_ADDR_MULTICAST(&eip6->ip6_dst)) {
-			++pim6stat.pim6s_rcv_badregisters;
+			++pim6_stat.pim6s_rcv_badregisters;
 #ifdef MRT6DEBUG
 			if (mrt6debug & DEBUG_PIM)
 				log(LOG_DEBUG,
Index: sys/sys/proc.h
===================================================================
--- sys/sys/proc.h.orig
+++ sys/sys/proc.h
@@ -840,7 +840,7 @@ extern int lastpid;
 extern int nprocs, maxproc;		/* Current and max number of procs. */
 extern int maxprocperuid;		/* Max procs per uid. */
 extern u_long ps_arg_cache_limit;
-extern int sched_quantum;		/* Scheduling quantum in ticks. */
+//extern int sched_quantum;		/* Scheduling quantum in ticks. */
 
 LIST_HEAD(proclist, proc);
 TAILQ_HEAD(procqueue, proc);