Now, correct the problem the correct way: s/cfattach/cfdriver/

This commit is contained in:
scottr 1998-01-17 17:32:07 +00:00
parent 696871f9e3
commit 8df1b7a0f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf.c,v 1.49 1998/01/17 17:28:35 scottr Exp $ */
/* $NetBSD: grf.c,v 1.50 1998/01/17 17:32:07 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -90,7 +90,7 @@ struct cfattach grf_ca = {
sizeof(struct grf_softc), grfmatch, grfattach
};
extern struct cfattach grf_cd;
extern struct cfdriver grf_cd;
#ifdef DEBUG
#define GRF_DEBUG