Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.
This commit is contained in:
parent
cb72513713
commit
03c90f359f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3913
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
**
|
||||
** $Id: ncrcontrol.c,v 1.2 1994/10/13 18:01:32 se Exp $
|
||||
** $Id: ncrcontrol.c,v 1.3 1994/10/15 00:03:32 se Exp $
|
||||
**
|
||||
** Utility for NCR 53C810 device driver.
|
||||
**
|
||||
@ -180,7 +180,7 @@ void open_kvm(int flags)
|
||||
|
||||
if (kvm_isopen) return;
|
||||
|
||||
#if (__FreeBSD >= 2)
|
||||
#if (__FreeBSD__ >= 2)
|
||||
vmunix = getbootfile();
|
||||
#endif
|
||||
if (vmunix == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user