]> 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 ed649f6d725137de8b0c8e11989f64e0eb625d7a..1095c7ff73e138445f1f4c736df787c4a046eda3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Formatting of Process Exit Status
+ *     UCW Library -- Formatting of Process Exit Status
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
@@ -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);