summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/sysinstall/stage3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysinstall/stage3.c b/sbin/sysinstall/stage3.c
index cf0f755..f99918c 100644
--- a/sbin/sysinstall/stage3.c
+++ b/sbin/sysinstall/stage3.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage3.c,v 1.6 1994/10/26 05:41:01 phk Exp $
+ * $Id: stage3.c,v 1.7 1994/11/02 06:19:47 jkh Exp $
*
*/
@@ -46,7 +46,7 @@ stage3()
if (*p++ != '/') continue;
if (!strcmp(fs->fs_type, "sw")) {
- swapon(fs->fs_file);
+ swapon(fs->fs_spec);
continue;
}
OpenPOWER on IntegriCloud