From: William Nesheim Date: Fri, 10 May 1991 11:42:47 +0000 (-0800) Subject: remove ref to argdev X-Git-Tag: BSD-4_4-Snapshot-Development~10577 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c80029d79b437dc06a2e9ceacc1146fdaf065118 remove ref to argdev SCCS-vsn: sys/i386/i386/autoconf.c 7.1 --- diff --git a/usr/src/sys/i386/i386/autoconf.c b/usr/src/sys/i386/i386/autoconf.c index 020f36be54..a927065f8e 100644 --- a/usr/src/sys/i386/i386/autoconf.c +++ b/usr/src/sys/i386/i386/autoconf.c @@ -7,7 +7,7 @@ * * %sccs.include.redist.c% * - * @(#)autoconf.c 5.7 (Berkeley) %G% + * @(#)autoconf.c 7.1 (Berkeley) %G% */ /* @@ -91,7 +91,7 @@ extern int Maxmem; dumplo = 0; } -#define DOSWAP /* change swdevt, argdev, and dumpdev too */ +#define DOSWAP /* change swdevt and dumpdev */ u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ static char devname[][2] = { @@ -151,12 +151,10 @@ setroot() if (swp->sw_dev == 0) return; /* - * If argdev and dumpdev were the same as the old primary swap - * device, move them to the new primary swap device. + * If dumpdev was the same as the old primary swap + * device, move it to the new primary swap device. */ if (temp == dumpdev) dumpdev = swdevt[0].sw_dev; - if (temp == argdev) - argdev = swdevt[0].sw_dev; #endif }