A slap on the wrist to Dag-Erling, who plainly did not test this before

committing it.  There was a large syntax error at line 404 which could
not possibly have allowed compilation. :)
This commit is contained in:
jkh 1998-07-19 11:12:14 +00:00
parent bd7376c5c9
commit d4548c1c49
2 changed files with 2 additions and 4 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.100 1998/07/04 22:30:15 julian Exp $
* $Id: autoconf.c,v 1.101 1998/07/18 21:42:55 des Exp $
*/
/*
@ -400,7 +400,6 @@ setdumpdev(dev)
long newdumplo;
if (dev == NODEV) {
B
dumpdev = dev;
return (0);
}

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.100 1998/07/04 22:30:15 julian Exp $
* $Id: autoconf.c,v 1.101 1998/07/18 21:42:55 des Exp $
*/
/*
@ -400,7 +400,6 @@ setdumpdev(dev)
long newdumplo;
if (dev == NODEV) {
B
dumpdev = dev;
return (0);
}