]> Zhao Yanbai Git Server - minix.git/commit
Reported by Erik van der Kouwe <vdkouwe at cs.vu.nl>:
authorBen Gras <ben@minix3.org>
Mon, 2 Jul 2007 11:16:27 +0000 (11:16 +0000)
committerBen Gras <ben@minix3.org>
Mon, 2 Jul 2007 11:16:27 +0000 (11:16 +0000)
commit2746a5a2a9d948fee5290d897e9ab26d05ad6415
tree0acba181a49850532f018a31d79c95cebc2ae768
parentad93329236ee4421856dab6da193c50609ba7d31
Reported by Erik van der Kouwe <vdkouwe at cs.vu.nl>:

-  fprintf(stderr, "%s: reboot(): %s\n", strerror(errno));
+  fprintf(stderr, "%s: reboot(): %s\n", prog, strerror(errno));

Other minor fixes inspired by other warnings produced by gcc.
commands/reboot/halt.c
commands/reboot/sh_wall.c
commands/reboot/shutdown.c
commands/reboot/tinyhalt.c