diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-14 20:11:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-14 20:11:53 +0000 |
commit | 9fdde3fe9f514f021728db63f387593c273f028e (patch) | |
tree | dd2eb58f790451318916ce66c1cfc701b69ff821 /src/include | |
parent | 08662f8255b6f168b75abc997769b41b69559082 (diff) | |
download | s6-rc-9fdde3fe9f514f021728db63f387593c273f028e.tar.xz |
Various bugfixes, thanks Colin Booth
(haven't touched the timeouts yet)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/s6-rc/s6rc-db.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/s6-rc/s6rc-db.h b/src/include/s6-rc/s6rc-db.h index cc2bb9f..bc516b2 100644 --- a/src/include/s6-rc/s6rc-db.h +++ b/src/include/s6-rc/s6rc-db.h @@ -41,7 +41,6 @@ struct s6rc_service_s uint32 ndeps[2] ; uint32 timeout[2] ; s6rc_longshot_t x ; - unsigned char type : 1 ; } ; typedef struct s6rc_db_s s6rc_db_t, *s6rc_db_t_ref ; |