From: Paul Eggert Date: Tue, 3 Aug 2004 04:45:57 +0000 (+0000) Subject: (valloc): Remove. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=9038410bb75854bcb5c4f5a9b360a17b6e6d57f8;p=chaz%2Ftar (valloc): Remove. --- diff --git a/src/system.h b/src/system.h index 072ce02..ef0e759 100644 --- a/src/system.h +++ b/src/system.h @@ -1,7 +1,7 @@ /* System dependent definitions for GNU tar. - Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003 - Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, + 2004 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 @@ -502,10 +502,6 @@ time_t time (); #define _(msgid) gettext (msgid) #define N_(msgid) msgid -#if ! defined valloc && ! HAVE_DECL_VALLOC -# define valloc(size) malloc (size) -#endif - #if MSDOS # include # define SET_BINARY_MODE(arc) setmode(arc, O_BINARY)