]> Dogcows Code - chaz/tar/commitdiff
(valloc): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 04:45:57 +0000 (04:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 04:45:57 +0000 (04:45 +0000)
src/system.h

index 072ce02773be476ce9b94327e6c6065e60ab671f..ef0e759a84e14776a87f843176578abdc23057db 100644 (file)
@@ -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)
This page took 0.021828 seconds and 4 git commands to generate.