From 2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 22 Sep 2005 06:05:39 +0000 Subject: Sync from gnulib. --- lib/safe-read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/safe-read.c') diff --git a/lib/safe-read.c b/lib/safe-read.c index a5108356d..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 -- cgit v1.2.3-54-g00ecf