[BACK]Return to arsup.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / binutils

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/binutils/arsup.c between version 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2020/04/03 17:41:20 version 1.1.1.5, 2022/12/23 17:01:32
Line 1 
Line 1 
 /* arsup.c - Archive support for MRI compatibility  /* arsup.c - Archive support for MRI compatibility
    Copyright (C) 1992-2018 Free Software Foundation, Inc.     Copyright (C) 1992-2020 Free Software Foundation, Inc.
   
    This file is part of GNU Binutils.     This file is part of GNU Binutils.
   
Line 158  ar_open (char *name, int t)
Line 158  ar_open (char *name, int t)
   if (asprintf (&tname, "%.*stmp-%s", (int) (bname - name), name, bname) == -1)    if (asprintf (&tname, "%.*stmp-%s", (int) (bname - name), name, bname) == -1)
     {      {
       fprintf (stderr, _("%s: Can't allocate memory for temp name (%s)\n"),        fprintf (stderr, _("%s: Can't allocate memory for temp name (%s)\n"),
         program_name, strerror(errno));                 program_name, strerror(errno));
       maybequit ();        maybequit ();
       return;        return;
     }      }

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5

CVSweb <webmaster@jp.NetBSD.org>