summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-07-14 20:11:53 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-07-14 20:11:53 +0000
commit9fdde3fe9f514f021728db63f387593c273f028e (patch)
treedd2eb58f790451318916ce66c1cfc701b69ff821 /src/include
parent08662f8255b6f168b75abc997769b41b69559082 (diff)
downloads6-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.h1
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 ;