]> mj.ucw.cz Git - libucw.git/blobdiff - lib/exitstatus.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#dev-sorter
[libucw.git] / lib / exitstatus.c
index 4dce53d003bf0d46399771fd8f64bac8662f4fb1..1095c7ff73e138445f1f4c736df787c4a046eda3 100644 (file)
@@ -14,7 +14,7 @@
 #include <errno.h>
 
 int
 #include <errno.h>
 
 int
-format_exit_status(byte *msg, int stat)
+format_exit_status(char *msg, int stat)
 {
   if (stat < 0)
     sprintf(msg, "failed to fork (err=%d)", errno);
 {
   if (stat < 0)
     sprintf(msg, "failed to fork (err=%d)", errno);