X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffull-write.c;h=d119977e79d17a1e4c2a9f94281abd6c4ee4c070;hb=44fd637accbdb4f21edb7cc5194f5cf0848eac62;hp=151370563780d939b77f4f35144575b259a2cfe1;hpb=9516d965cd7ae4364d6b68ae85b35025e7702c50;p=gnulib.git diff --git a/lib/full-write.c b/lib/full-write.c index 151370563..d119977e7 100644 --- a/lib/full-write.c +++ b/lib/full-write.c @@ -1,6 +1,7 @@ /* An interface to read and write that retries (if necessary) until complete. - Copyright (C) 1993, 1994, 1997-2003 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, + 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,9 +29,6 @@ #endif #include -#ifndef errno -extern int errno; -#endif #ifdef FULL_READ # include "safe-read.h"