Remove old *_UNK style default defines, use standard names from locators.h.

Missed in "locators.h" cleanup; reported by Thorsten Frueauf in PR 3906.
This commit is contained in:
kleink 1997-07-22 15:20:20 +00:00
parent 6db6d0fc76
commit ac7da90b83
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */
/* $NetBSD: rd.c,v 1.34 1997/07/22 15:20:20 kleink Exp $ */
/*
* Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved.
@ -259,7 +259,7 @@ rdmatch(parent, match, aux)
* Set punit if operator specified one in the kernel
* configuration file.
*/
if (match->hpibbuscf_punit != HPIBBUS_PUNIT_UNK &&
if (match->hpibbuscf_punit != HPIBBUSCF_PUNIT_DEFAULT &&
match->hpibbuscf_punit < HPIB_NPUNITS)
ha->ha_punit = match->hpibbuscf_punit;