Module Name: src
Committed By: cegger
Date: Mon May 4 12:48:26 UTC 2009
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
struct cfdata * -> cfdata_t
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/x86/x86/x86_autoconf.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/x86/x86/x86_autoconf.c
diff -u src/sys/arch/x86/x86/x86_autoconf.c:1.39 src/sys/arch/x86/x86/x86_autoconf.c:1.40
--- src/sys/arch/x86/x86/x86_autoconf.c:1.39 Fri May 1 09:20:02 2009
+++ src/sys/arch/x86/x86/x86_autoconf.c Mon May 4 12:48:26 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: x86_autoconf.c,v 1.39 2009/05/01 09:20:02 cegger Exp $ */
+/* $NetBSD: x86_autoconf.c,v 1.40 2009/05/04 12:48:26 cegger Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_autoconf.c,v 1.39 2009/05/01 09:20:02 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_autoconf.c,v 1.40 2009/05/04 12:48:26 cegger Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -340,7 +340,7 @@
if ((biv = lookup_bootinfo(BTINFO_ROOTDEVICE)) != NULL) {
TAILQ_FOREACH(dv, &alldevs, dv_list) {
- struct cfdata *cd;
+ cfdata_t cd;
size_t len;
if (device_class(dv) != DV_DISK)