X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsprintf.c;h=8c8cf81618dd904ea2c48d06be794a436db41e75;hb=dac3bbf96357f7866a1094c228b4e5bea3fcf853;hp=bc3bb26e5788a740a71b4a9e03e9bc16e3b20fcb;hpb=d80538def81e2ceeab7f8e954908e74eeae43349;p=pspp diff --git a/lib/sprintf.c b/lib/sprintf.c index bc3bb26e57..8c8cf81618 100644 --- a/lib/sprintf.c +++ b/lib/sprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2006-2008 Free Software Foundation, Inc. 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 @@ -29,11 +29,6 @@ #include "vasnprintf.h" -/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ -#ifndef EOVERFLOW -# define EOVERFLOW E2BIG -#endif - #ifndef SIZE_MAX # define SIZE_MAX ((size_t) -1) #endif