summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-07-19 11:12:14 +0000
committerjkh <jkh@FreeBSD.org>1998-07-19 11:12:14 +0000
commitd4548c1c49d7c94f39b48d201e17a4b31cda54a3 (patch)
treef4538337bbe1d88ad6836579c99fcca946635283 /sys/amd64
parentbd7376c5c9afb9b17f78059580ee07e7a06ced8f (diff)
downloadFreeBSD-src-d4548c1c49d7c94f39b48d201e17a4b31cda54a3.zip
FreeBSD-src-d4548c1c49d7c94f39b48d201e17a4b31cda54a3.tar.gz
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. :)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 52c7c48..01dff04 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -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);
}
OpenPOWER on IntegriCloud