X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsafe-read.c;h=9caf84666d40f2ac0ad938f7d8890f9d80e4c938;hb=8de557e31178699dd6e839850056f0653cdfba89;hp=904fc71f03b69a072b24c19ab4b580129bd70c62;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/safe-read.c b/lib/safe-read.c index 904fc71f0..9caf84666 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -1,6 +1,6 @@ /* An interface to read and write that retries after interrupts. - Copyright (C) 1993, 1994, 1998, 2002, 2003, 2004 Free Software + Copyright (C) 1993, 1994, 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif @@ -30,9 +30,7 @@ /* Get ssize_t. */ #include -#if HAVE_UNISTD_H -# include -#endif +#include #include