From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7827 invoked from network); 18 Feb 2003 09:14:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 18 Feb 2003 09:14:06 -0000 Received: (qmail 7238 invoked by alias); 18 Feb 2003 09:13:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18256 Received: (qmail 7231 invoked from network); 18 Feb 2003 09:13:57 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 18 Feb 2003 09:13:57 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [81.5.149.242] by sunsite.dk (MessageWall 1.0.8) with SMTP; 18 Feb 2003 9:13:56 -0000 Received: from zefram by bowl.fysh.org with local (Exim 3.35 #1 (Debian)) id 18l3p8-0007mh-00; Tue, 18 Feb 2003 09:13:58 +0000 Date: Tue, 18 Feb 2003 09:13:58 +0000 To: "John T. Guthrie" Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: small compilation cleanup for utils.c Message-ID: <20030218091358.GA29696@fysh.org> References: <200302180846.h1I8kZc12536@gauss.counterexample.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302180846.h1I8kZc12536@gauss.counterexample.org> User-Agent: Mutt/1.3.28i From: Zefram John T. Guthrie wrote: >+ ret = ((char *) mkstemp(dyncat(unmeta(s), "XXXXXX"))); That's not how to use mkstemp(). It returns a file descriptor, not the pathname. -zefram