Fix typo. (From PR 7027)
This commit is contained in:
parent
eb2c78dd2d
commit
500edb5379
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_devar.h,v 1.31 1998/09/29 22:40:52 matt Exp $ */
|
||||
/* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
|
||||
@ -1060,7 +1060,7 @@ extern struct cfdriver de_cd;
|
||||
#ifndef TULIP_RAISESOFTSPL
|
||||
#define TULIP_RAISESOFTSPL() splnet()
|
||||
#endif
|
||||
#ifndef TULUP_RESTORESPL
|
||||
#ifndef TULIP_RESTORESPL
|
||||
#define TULIP_RESTORESPL(s) splx(s)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user