diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | src/include/s6/fdholder.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -47,3 +47,4 @@ Thanks to: Hoël Bézier <hoelbezier@riseup.net> Josiah Frentsos <jfrent@tilde.team> Thorsten Glaser <tg@mirbsd.de> + András Bodor <bodand@proton.me> diff --git a/src/include/s6/fdholder.h b/src/include/s6/fdholder.h index 62b9ab7..6b106c0 100644 --- a/src/include/s6/fdholder.h +++ b/src/include/s6/fdholder.h @@ -17,7 +17,7 @@ struct s6_fdholder_s { unixconnection connection ; } ; -#define S6_FDHOLDER_ZERO { .connection = UNIXCONNECTION_ZERO } ; +#define S6_FDHOLDER_ZERO { .connection = UNIXCONNECTION_ZERO } /* Starting and ending */ |
