From c44b78f739a15469ea0d9a1cb3895abeb62e21fc Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 17 Aug 2011 23:27:31 +0200 Subject: change definition of Chan.create to return a chan like open --- sys/src/9/boot/boot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/src/9/boot/boot.c') diff --git a/sys/src/9/boot/boot.c b/sys/src/9/boot/boot.c index 3f947047d..5ec3118fb 100644 --- a/sys/src/9/boot/boot.c +++ b/sys/src/9/boot/boot.c @@ -33,6 +33,7 @@ boot(int argc, char *argv[]) print("%lux %s ", (ulong)argv[i], argv[i]); print("\n"); } + USED(argc); readfile("#e/cputype", cputype, sizeof(cputype)); setenv("bootdisk", bootdisk, 0); -- cgit v1.2.3