patch-runit_runit_lib_h 545 B

12345678910111213141516
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- busybox-1.13.4.orig/runit/runit_lib.h 2008-11-09 18:28:19.000000000 +0100
  3. +++ busybox-1.13.4/runit/runit_lib.h 2009-05-12 16:34:56.000000000 +0200
  4. @@ -88,9 +88,9 @@ extern unsigned pmatch(const char *, con
  5. * runsv / supervise / sv stuff
  6. */
  7. typedef struct svstatus_t {
  8. - uint64_t time_be64 PACKED;
  9. - uint32_t time_nsec_be32 PACKED;
  10. - uint32_t pid_le32 PACKED;
  11. + uint64_t time_be64;
  12. + uint32_t time_nsec_be32;
  13. + uint32_t pid_le32;
  14. uint8_t paused;
  15. uint8_t want;
  16. uint8_t got_term;