X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsysexits.in.h;h=5d5a219374e3966af6e9944676af85842ea99bf8;hb=969fe755730d23ba7ff21ae7511f66067d0a94d8;hp=b65e0ccc32d53593a575dd9cca6e563481af76a6;hpb=882eb279d46373c3de620fd74504c8502f9297a0;p=gnulib.git diff --git a/lib/sysexits.in.h b/lib/sysexits.in.h index b65e0ccc3..5d5a21937 100644 --- a/lib/sysexits.in.h +++ b/lib/sysexits.in.h @@ -1,10 +1,10 @@ /* exit() exit codes for some BSD system programs. - Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ GNU General Public License for more details. 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Simon Josefsson based on sysexits(3) man page */ @@ -21,6 +20,10 @@ #if @HAVE_SYSEXITS_H@ +# if __GNUC__ >= 3 +@PRAGMA_SYSTEM_HEADER@ +# endif + /* IRIX 6.5 has an that defines a macro EX_OK with a nonzero value. Override it. See */