X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpoll_.h;h=6ab04812fb877a77f4543d89ad9c04c3c5f0fae8;hb=a74dcd0c2df4149148181beea2a8b5190619dbbe;hp=17448ff3a7f73b632e10d616ee3b3cc2bff104cd;hpb=d0723a1652f9f002aa800cd618fd52717b980b18;p=gnulib.git diff --git a/lib/poll_.h b/lib/poll_.h index 17448ff3a..6ab04812f 100644 --- a/lib/poll_.h +++ b/lib/poll_.h @@ -1,7 +1,7 @@ /* Header for poll(2) emulation Contributed by Paolo Bonzini. - Copyright 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc. This file is part of gnulib. @@ -17,10 +17,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef GNULIB_POLL_H -#define GNULIB_POLL_H +#ifndef _GL_POLL_H +#define _GL_POLL_H /* fake a poll(2) environment */ #define POLLIN 0x0001 /* any readable data available */ @@ -50,4 +50,4 @@ extern int poll (struct pollfd *pfd, nfds_t nfd, int timeout); #define INFTIM (-1) #endif -#endif +#endif /* _GL_POLL_H */