--- libaitio/src/bufio.c 2013/03/13 14:54:39 1.7 +++ libaitio/src/bufio.c 2013/05/30 09:10:13 1.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: bufio.c,v 1.7 2013/03/13 14:54:39 misho Exp $ +* $Id: bufio.c,v 1.8 2013/05/30 09:10:13 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -447,7 +447,7 @@ err: * @mode = Permissions for new buffered file I/O * return: NULL error or open buffered file */ -inline FILE * +FILE * io_fd2buf(int fd, const char *mode) { FILE *f;