]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mainloop.h
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#dev-make
[libucw.git] / lib / mainloop.h
index f321c2b5fc85e57402d1a4c2741b1deea26f2bcd..aca8914fce9671fb27c3e30457c307410ca65013 100644 (file)
@@ -91,7 +91,7 @@ struct main_process {
   cnode n;
   int pid;                                     /* Process id (0=not running) */
   int status;                                  /* Exit status (-1=fork failed) */
-  byte status_msg[EXIT_STATUS_MSG_SIZE];
+  char status_msg[EXIT_STATUS_MSG_SIZE];
   void (*handler)(struct main_process *mp);    /* [*] Called when the process exits; process_del done automatically */
   void *data;                                  /* [*] For use by the handler */
 };