From owner-cvs-all Mon Jun 8 21:22:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23914 for cvs-all-outgoing; Mon, 8 Jun 1998 21:22:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23880; Mon, 8 Jun 1998 21:22:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16922; Mon, 8 Jun 1998 21:20:55 -0700 (PDT) Date: Mon, 8 Jun 1998 21:20:55 -0700 (PDT) Message-Id: <199806090420.VAA16922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/yacc main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:20:54 PDT Modified files: usr.bin/yacc main.c Log: Use mkstemp rather than mktemp for yacc's temp files. This change was made to OpenBSD a long time ago and to my tree shortly thereafter. I think theo made this change, or one similar to it, but I could be wrong. Revision Changes Path 1.9 +20 -7 src/usr.bin/yacc/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message