From bf6d072124a960d3b84ae39cd15c5aeca2e41c88 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 12 Jan 2017 23:16:36 +0000 Subject: Types fix, first pass --- src/libs6/ftrigw_notifyb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libs6/ftrigw_notifyb.c') diff --git a/src/libs6/ftrigw_notifyb.c b/src/libs6/ftrigw_notifyb.c index ddd1116..36871ec 100644 --- a/src/libs6/ftrigw_notifyb.c +++ b/src/libs6/ftrigw_notifyb.c @@ -1,11 +1,12 @@ /* ISC license. */ +#include #include #include #include #include -int ftrigw_notifyb (char const *path, char const *s, unsigned int len) +int ftrigw_notifyb (char const *path, char const *s, size_t len) { struct skasigaction old ; int r ; -- cgit v1.3.1