swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ?

now I have to listen to him all morning teasing me...
This commit is contained in:
Poul-Henning Kamp 1994-11-08 13:40:01 +00:00
parent 49cadd8706
commit 4222ad130a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4282

View File

@ -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;
}