X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystem.h;h=ef0e759a84e14776a87f843176578abdc23057db;hb=320298c663ac4849226a2db820bee1bdb75d21ef;hp=072ce02773be476ce9b94327e6c6065e60ab671f;hpb=141d267691be80b9db5c61a7b09a5bb03350f420;p=chaz%2Ftar 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)