4
0
Paul Eggert 21 жил өмнө
parent
commit
9038410bb7
1 өөрчлөгдсөн 2 нэмэгдсэн , 6 устгасан
  1. 2 6
      src/system.h

+ 2 - 6
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 <process.h>
 # define SET_BINARY_MODE(arc) setmode(arc, O_BINARY)