import nix change Reference: /n/atom/patch/applied/localrun9 Date: Fri Apr 4 09:38:05 CES 2014 Signed-off-by: quanstro@quanstr.net --- /sys/src/9/boot/local.c Fri Apr 4 09:38:02 2014 +++ /sys/src/9/boot/local.c Fri Apr 4 09:38:03 2014 @@ -212,7 +212,7 @@ f[2] = "tcp!127.1!8000"; } configloopback(); - run("/boot/venti", "-c", f[0], "-a", f[1], "-h", f[2], 0); + run("/boot/venti", "-c", f[0], "-a", f[1], "-h", f[2], nil); /* * If the announce address is tcp!*!foo, then set * $venti to tcp!127.1!foo instead, which is actually dialable. @@ -233,7 +233,7 @@ /* start fossil */ print("fossil(%s)...", partition); - run("/boot/fossil", "-f", partition, "-c", "srv -A fboot", "-c", "srv -p fscons", 0); + run("/boot/fossil", "-f", partition, "-c", "srv -A fboot", "-c", "srv -p fscons", nil); fd = open("#s/fboot", ORDWR); if(fd < 0){ print("open #s/fboot: %r\n");