summaryrefslogtreecommitdiff
path: root/lib/full-write.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-02 05:43:03 +0000
committerJim Meyering <jim@meyering.net>1994-10-02 05:43:03 +0000
commitf1ce35a10cd920ec7f3e0aeb99ca39ab665f5783 (patch)
treecef7664c3bbf19e50498589c896b1f31c346ff95 /lib/full-write.c
parentc543c4b10c69fba6a27cdd3baace3f677cc91b29 (diff)
downloadcoreutils-f1ce35a10cd920ec7f3e0aeb99ca39ab665f5783.tar.xz
merge with 3.9h
Diffstat (limited to 'lib/full-write.c')
-rw-r--r--lib/full-write.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/full-write.c b/lib/full-write.c
index 6e2e44683..339fb1a48 100644
--- a/lib/full-write.c
+++ b/lib/full-write.c
@@ -19,14 +19,7 @@
*/
#ifdef HAVE_CONFIG_H
-#if defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because it found this file in $srcdir). */
#include <config.h>
-#else
-#include "config.h"
-#endif
#endif
#include <sys/types.h>
@@ -47,7 +40,7 @@ int
full_write (desc, ptr, len)
int desc;
char *ptr;
- int len;
+ size_t len;
{
int total_written;