projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a26d4
)
Include <stddef.h>, for size_t.
author
Bruno Haible
<bruno@clisp.org>
Fri, 25 Apr 2003 10:47:15 +0000
(10:47 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Fri, 25 Apr 2003 10:47:15 +0000
(10:47 +0000)
lib/ChangeLog
patch
|
blob
|
history
lib/copy-file.c
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 6373484e3bbfb8501dd5217a1e664ccfee942d38..a1de8c083477863ca25206a7ee132f58221cf301 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,7
@@
+2003-04-25 Bruno Haible <bruno@clisp.org>
+
+ * copy-file.c: Include <stddef.h>, for size_t.
+
2003-04-25 Jim Meyering <jim@meyering.net>
* copy-file.c (copy_file_preserving): Declare buf_size to be
diff --git
a/lib/copy-file.c
b/lib/copy-file.c
index 41191d21a016d64d73e7e15cc39a9a0f497b02ca..198a01417f648e7f09b8ea94411a9416bcbfb71c 100644
(file)
--- a/
lib/copy-file.c
+++ b/
lib/copy-file.c
@@
-26,6
+26,7
@@
#include <errno.h>
#include <fcntl.h>
+#include <stddef.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H