Update for changes to ccdvar.h

This commit is contained in:
thorpej 1999-01-12 00:22:00 +00:00
parent 0272b2ab8e
commit ea086c5c52
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ccdconfig.c,v 1.24 1998/11/13 00:27:04 thorpej Exp $ */ /* $NetBSD: ccdconfig.c,v 1.25 1999/01/12 00:22:00 thorpej Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
__COPYRIGHT( __COPYRIGHT(
"@(#) Copyright (c) 1996, 1997\ "@(#) Copyright (c) 1996, 1997\
The NetBSD Foundation, Inc. All rights reserved."); The NetBSD Foundation, Inc. All rights reserved.");
__RCSID("$NetBSD: ccdconfig.c,v 1.24 1998/11/13 00:27:04 thorpej Exp $"); __RCSID("$NetBSD: ccdconfig.c,v 1.25 1999/01/12 00:22:00 thorpej Exp $");
#endif #endif
#include <sys/param.h> #include <sys/param.h>
@ -630,7 +630,7 @@ print_ccd_info(cs, kd)
/* Dump out softc information. */ /* Dump out softc information. */
printf("ccd%d\t\t%d\t%d\t", cs->sc_unit, cs->sc_ileave, printf("ccd%d\t\t%d\t%d\t", cs->sc_unit, cs->sc_ileave,
cs->sc_cflags & CCDF_USERMASK); cs->sc_flags & CCDF_USERMASK);
fflush(stdout); fflush(stdout);
/* Read in the component info. */ /* Read in the component info. */