X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffull-write.c;h=339fb1a48382fad4ee0d376980d1bcd78e3b5d42;hb=5b60c6dfee0e445f95117a760622cd33944119d8;hp=6e2e446830516fdac26b3687f112385b2472da62;hpb=96de04b36f58f5e6c97cc6cfaa1abcb4fc263ede;p=gnulib.git 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 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 -#else -#include "config.h" -#endif #endif #include @@ -47,7 +40,7 @@ int full_write (desc, ptr, len) int desc; char *ptr; - int len; + size_t len; { int total_written;