Date: Wed, 28 Mar 2001 13:42:29 -0800 From: Eric Melville <eric@hub.freebsd.org> To: freebsd-audit@freebsd.org Subject: window.diff, attempt 2 Message-ID: <20010328134229.A9340@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010328134229.A9340>