Fix for prev (define fl).

This commit is contained in:
eeh 2000-09-27 18:16:01 +00:00
parent 350aa78fde
commit 8a0dc83e07
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.39 2000/09/24 12:32:39 jdolecek Exp $ */
/* $NetBSD: autoconf.c,v 1.40 2000/09/27 18:16:01 eeh Exp $ */
/*
* Copyright (c) 1996
@ -321,6 +321,8 @@ bootpath_build()
return;
for (;*++cp;) {
int fl;
fl = 0;
BOOT_FLAG(*cp, fl);
if (!fl) {