X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoul.c;h=79ceed2f31f3aa2571cd382cec995f7e9e0f979f;hb=1c01f30b6b6a4b087e613f7122095058bfa36c54;hp=63f8d9cc9aab63ac8e32fe4c586bacf3412a1922;hpb=a2e0479b8238f50f1df56d0bd8224d534aed870e;p=gnulib.git diff --git a/lib/strtoul.c b/lib/strtoul.c index 63f8d9cc9..79ceed2f3 100644 --- a/lib/strtoul.c +++ b/lib/strtoul.c @@ -13,8 +13,8 @@ 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. */ -#define UNSIGNED 1 +#define UNSIGNED 1 #include "strtol.c"