Pass me the pointed chapeau - this typo somehow got through my testing.

This commit is contained in:
Jordan K. Hubbard 1995-05-11 05:20:43 +00:00
parent 2c739e6439
commit da8d0268df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8434
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.46 1995/04/23 09:13:07 julian Exp $
* $Id: isa.c,v 1.47 1995/05/11 02:15:52 jkh Exp $
*/
/*
@ -174,7 +174,7 @@ haveseen(dvp, tmpdvp, checkbits)
* Only check against devices that have already been found and are not
* unilaterally allowed to conflict anyway.
*/
if (tmpdvp->id_alive && !tmpdev->id_conflicts) {
if (tmpdvp->id_alive && !tmpdvp->id_conflicts) {
char const *whatnot;
whatnot = checkbits & CC_ATTACH ? "attach" : "prob";

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.46 1995/04/23 09:13:07 julian Exp $
* $Id: isa.c,v 1.47 1995/05/11 02:15:52 jkh Exp $
*/
/*
@ -174,7 +174,7 @@ haveseen(dvp, tmpdvp, checkbits)
* Only check against devices that have already been found and are not
* unilaterally allowed to conflict anyway.
*/
if (tmpdvp->id_alive && !tmpdev->id_conflicts) {
if (tmpdvp->id_alive && !tmpdvp->id_conflicts) {
char const *whatnot;
whatnot = checkbits & CC_ATTACH ? "attach" : "prob";