summaryrefslogtreecommitdiff
path: root/lgl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-05 15:12:44 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-05 15:12:44 +0200
commit67c4549b8cb89cb9a4ef95b98b1e2f78746c9fd0 (patch)
treef30b5976d954317ae5e1a992be0bb5b32485cf0d /lgl
parenta36f9d273206859b980981320f33ffc3c17050f0 (diff)
downloadgnutls-67c4549b8cb89cb9a4ef95b98b1e2f78746c9fd0.tar.gz
Update gnulib files.
Diffstat (limited to 'lgl')
-rw-r--r--lgl/stdio-impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lgl/stdio-impl.h b/lgl/stdio-impl.h
index 199d62ebeb..e52a7d8840 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)