From: Jim Meyering Date: Mon, 7 Aug 2000 16:50:11 +0000 (+0000) Subject: (xputenv): Invoke xalloc_die instead of printing our own message. X-Git-Tag: FILEUTILS-4_0y~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8f02c5c3a7867736e6e5345699f1bf760772891;p=platform%2Fupstream%2Fcoreutils.git (xputenv): Invoke xalloc_die instead of printing our own message. --- diff --git a/src/su.c b/src/su.c index 6a5116e..ee31eaf 100644 --- a/src/su.c +++ b/src/su.c @@ -184,7 +184,7 @@ static void xputenv (const char *val) { if (putenv (val)) - error (1, 0, _("virtual memory exhausted")); + xalloc_die (); } /* Return a newly-allocated string whose contents concatenate