From owner-freebsd-audit Wed Mar 28 13:42:30 2001 Delivered-To: freebsd-audit@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 4AC4537B71B; Wed, 28 Mar 2001 13:42:29 -0800 (PST) Date: Wed, 28 Mar 2001 13:42:29 -0800 From: Eric Melville To: freebsd-audit@freebsd.org Subject: window.diff, attempt 2 Message-ID: <20010328134229.A9340@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fix things properly this time, and I'm going to assume that Murray would want me to bounce it off this list again before approving it. Index: scanner.c =================================================================== RCS file: /home/ncvs/src/usr.bin/window/scanner.c,v retrieving revision 1.3 diff -r1.3 scanner.c 46a47 > #include "mystring.h" Index: wwterminfo.c =================================================================== RCS file: /home/ncvs/src/usr.bin/window/wwterminfo.c,v retrieving revision 1.4 diff -r1.4 wwterminfo.c 67,68c67 < mktemp(wwterminfopath); < if (mkdir(wwterminfopath, 0755) < 0 || --- > if (mkdtemp(wwterminfopath) < 0 || To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message