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:
parent
49cadd8706
commit
4222ad130a
@ -6,7 +6,7 @@
|
|||||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
* 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 (*p++ != '/') continue;
|
||||||
|
|
||||||
if (!strcmp(fs->fs_type, "sw")) {
|
if (!strcmp(fs->fs_type, "sw")) {
|
||||||
swapon(fs->fs_file);
|
swapon(fs->fs_spec);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user