From 67c4549b8cb89cb9a4ef95b98b1e2f78746c9fd0 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 5 Jun 2008 15:12:44 +0200 Subject: [PATCH] Update gnulib files. --- lgl/stdio-impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgl/stdio-impl.h b/lgl/stdio-impl.h index 199d62ebe..e52a7d884 100644 --- a/lgl/stdio-impl.h +++ b/lgl/stdio-impl.h @@ -35,7 +35,7 @@ struct { unsigned char *_base; int _size; } _ub; \ int _ur; \ unsigned char _ubuf[3]; \ - unsigned cahr _nbuf[1]; \ + unsigned char _nbuf[1]; \ struct { unsigned char *_base; int _size; } _lb; \ int _blksize; \ fpos_t _offset; \ @@ -60,7 +60,7 @@ }; # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub # else /* FreeBSD, DragonFly, MacOS X, Cygwin */ -# define fp_ub fp->_ub +# define fp_ub fp_->_ub # endif # define HASUB(fp) (fp_ub._base != NULL) -- 2.11.4.GIT