]> mj.ucw.cz Git - libucw.git/blobdiff - lib/exitstatus.c
replaced several "byte *" -> "char *", mostly in the configuration system
[libucw.git] / lib / exitstatus.c
index 4dce53d003bf0d46399771fd8f64bac8662f4fb1..1095c7ff73e138445f1f4c736df787c4a046eda3 100644 (file)
@@ -14,7 +14,7 @@
 #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);