From fdffefb8032922ce7ffe4c00816072a8ff2148fc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 17 Feb 2017 22:30:53 +0000 Subject: More types changes New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet --- src/libunixonacid/openwritenclose_devino.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libunixonacid/openwritenclose_devino.c') diff --git a/src/libunixonacid/openwritenclose_devino.c b/src/libunixonacid/openwritenclose_devino.c index 5edc646..28e686e 100644 --- a/src/libunixonacid/openwritenclose_devino.c +++ b/src/libunixonacid/openwritenclose_devino.c @@ -2,11 +2,12 @@ /* MT-unsafe */ -#include +#include +#include #include #include -int openwritenclose_devino (char const *fn, char const *s, unsigned int len, uint64 *dev, uint64 *ino) +int openwritenclose_devino (char const *fn, char const *s, size_t len, dev_t *dev, ino_t *ino) { return openwritenclose_devino_tmp(fn, s, len, dev, ino, &satmp) ; } -- cgit v1.3.1