Module Name: src Committed By: macallan Date: Wed Mar 10 02:41:02 UTC 2010
Modified Files: src/sys/dev/pci: wcfb.c Log Message: forgot to include opt_wsdisplay_compat.h for WSDISPLAY_SCROLLSUPPORT To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/wcfb.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/pci/wcfb.c diff -u src/sys/dev/pci/wcfb.c:1.4 src/sys/dev/pci/wcfb.c:1.5 --- src/sys/dev/pci/wcfb.c:1.4 Tue Mar 9 23:17:12 2010 +++ src/sys/dev/pci/wcfb.c Wed Mar 10 02:41:02 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: wcfb.c,v 1.4 2010/03/09 23:17:12 macallan Exp $ */ +/* $NetBSD: wcfb.c,v 1.5 2010/03/10 02:41:02 macallan Exp $ */ /*- * Copyright (c) 2010 Michael Lorenz @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wcfb.c,v 1.4 2010/03/09 23:17:12 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wcfb.c,v 1.5 2010/03/10 02:41:02 macallan Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -53,7 +53,7 @@ #include <dev/wscons/wsdisplay_vconsvar.h> #include "opt_wsfb.h" -#include "opt_wcfb.h" +#include "opt_wsdisplay_compat.h" #ifdef WCFB_DEBUG # define DPRINTF printf