Follow up the rename of _SPL_IMP to _SPL_VM.

This commit is contained in:
he 2003-06-23 22:18:10 +00:00
parent e60a4dc52b
commit 609811d881
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: stubs.c,v 1.16 2003/06/16 20:01:00 thorpej Exp $ */
/* $NetBSD: stubs.c,v 1.17 2003/06/23 22:18:10 he Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -270,7 +270,7 @@ ipl_to_spl(ipl)
case IPL_TTY:
return _SPL_TTY;
case IPL_VM:
return _SPL_IMP;
return _SPL_VM;
case IPL_AUDIO:
return _SPL_AUDIO;
case IPL_CLOCK: