projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4563554
)
Fix typo.
author
Voroskoi Andras
<voroskoi@gmail.com>
Sun, 1 Jun 2008 21:05:15 +0000
(23:05 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 1 Jun 2008 21:05:15 +0000
(23:05 +0200)
ChangeLog
patch
|
blob
|
history
lib/stdio-impl.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 4f3fd099a00fc6cdda62b3507049f03680c9fb59..1b18d90888255255da45993fc04a20ba1baa8eea 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2008-06-01 Voroskoi Andras <voroskoi@gmail.com> (tiny change)
+
+ * lib/stdio-impl.h [__DragonFly__]: Fix typo.
+
2008-06-01 Bruno Haible <bruno@clisp.org>
New ACL tests.
diff --git
a/lib/stdio-impl.h
b/lib/stdio-impl.h
index b9572b4f046bb398572ff8d2359b63445688fbb0..5288162b94d108203ce7f43b4647b7dd69734093 100644
(file)
--- a/
lib/stdio-impl.h
+++ b/
lib/stdio-impl.h
@@
-35,7
+35,7
@@
struct { unsigned char *_base; int _size; } _ub; \
int _ur; \
unsigned char _ubuf[3]; \
- unsigned c
ah
r _nbuf[1]; \
+ unsigned c
ha
r _nbuf[1]; \
struct { unsigned char *_base; int _size; } _lb; \
int _blksize; \
fpos_t _offset; \