Date: Fri, 13 Jul 2001 10:23:57 -0700 (PDT) From: Mikhail Teterin <mi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/knews/files patch-file.c patch-resource.c patch-png.c Message-ID: <200107131723.f6DHNvo37295@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mi 2001/07/13 10:23:57 PDT Modified files: news/knews/files patch-png.c Added files: news/knews/files patch-file.c patch-resource.c Log: Re-do the patch-png.c "by the book" -- following the examples in libpng(3) to be able to use the new libpng, which disabled some deprecated interfaces. Modify file.c to use mkstemp instead of tmpnam. Fix an old bug -- when the new server's configuration is created from scratch, we write a file and then read it -- use O_RDWR instead of O_WRONLY. I could not reproduce Andreas' complaint regarding compface related crashes and plan to re-enable them in the Makefile. Too bad this program is no longer in development :( Revision Changes Path 1.2 +121 -20 ports/news/knews/files/patch-png.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107131723.f6DHNvo37295>