Module Name:    src
Committed By:   cegger
Date:           Tue May 12 12:12:26 UTC 2009

Modified Files:
        src/sys/dev/dkwedge: dk.c

Log Message:
struct cfdata * -> cfdata_t, no functional changes intended.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/dkwedge/dk.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/dev/dkwedge/dk.c
diff -u src/sys/dev/dkwedge/dk.c:1.43 src/sys/dev/dkwedge/dk.c:1.44
--- src/sys/dev/dkwedge/dk.c:1.43	Tue Jan 13 13:35:53 2009
+++ src/sys/dev/dkwedge/dk.c	Tue May 12 12:12:26 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: dk.c,v 1.43 2009/01/13 13:35:53 yamt Exp $	*/
+/*	$NetBSD: dk.c,v 1.44 2009/05/12 12:12:26 cegger Exp $	*/
 
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.43 2009/01/13 13:35:53 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.44 2009/05/12 12:12:26 cegger Exp $");
 
 #include "opt_dkwedge.h"
 
@@ -125,7 +125,7 @@
  *	Autoconfiguration match function for pseudo-device glue.
  */
 static int
-dkwedge_match(struct device *parent, struct cfdata *match,
+dkwedge_match(struct device *parent, cfdata_t match,
     void *aux)
 {
 

Reply via email to