X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetsubopt.c;h=cc0859d78306211cd168389a0050531b819af712;hb=a9e638f0e4d6928c12f2b374bc369bb1ecf2cdfe;hp=b05bea3348f06b318fd8f40d84272b94428487dc;hpb=c542feee5573d2d9953ca726d9dcc7175ca41096;p=gnulib.git diff --git a/lib/getsubopt.c b/lib/getsubopt.c index b05bea334..cc0859d78 100644 --- a/lib/getsubopt.c +++ b/lib/getsubopt.c @@ -1,5 +1,5 @@ -/* Parse comma separate list into words. - Copyright (C) 1996, 1997, 1999, 2004 Free Software Foundation, Inc. +/* Parse comma separated list into words. + Copyright (C) 1996, 1997, 1999, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -15,7 +15,11 @@ 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. */ + +#if !_LIBC +# include +#endif #include #include @@ -24,7 +28,6 @@ /* This code is written for inclusion in gnu-libc, and uses names in the namespace reserved for libc. If we're compiling in gnulib, define those names to be the normal ones instead. */ -# include "strchrnul.h" # undef __strchrnul # define __strchrnul strchrnul #endif