Module Name:    src
Committed By:   christos
Date:           Fri Nov 24 16:49:59 UTC 2023

Modified Files:
        src/sys/arch/prep/prep: residual.c

Log Message:
Make this compile again with options RESIDUAL_DATA_DUMP (Andrius V)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/prep/prep/residual.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/prep/prep/residual.c
diff -u src/sys/arch/prep/prep/residual.c:1.18 src/sys/arch/prep/prep/residual.c:1.19
--- src/sys/arch/prep/prep/residual.c:1.18	Thu Mar 27 14:22:56 2014
+++ src/sys/arch/prep/prep/residual.c	Fri Nov 24 11:49:59 2023
@@ -1,4 +1,4 @@
-/*      $NetBSD: residual.c,v 1.18 2014/03/27 18:22:56 christos Exp $     */
+/*      $NetBSD: residual.c,v 1.19 2023/11/24 16:49:59 christos Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: residual.c,v 1.18 2014/03/27 18:22:56 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: residual.c,v 1.19 2023/11/24 16:49:59 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -935,6 +935,7 @@ large_vendor_pcibridge_subr(struct _L4_P
 	printf("    PCI Bridge Slot Data\n");
 	for (i = 0; i < numslots; i++) {
 		int j, first, l;
+		char *t;
 
 		if (pi->map[i].slotnum)
 			printf("      PCI Slot %d", pi->map[i].slotnum);

Reply via email to