=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** www/Attic/porting.html 2005/09/26 08:52:11 1.53 --- www/Attic/porting.html 2006/05/02 04:14:11 1.54 *************** *** 12,18 **** Building an OpenBSD port --- 12,18 ---- Building an OpenBSD port *************** *** 148,155 **** function. Heed the warnings of the bsd linker about its uses. These must be fixed. This is not quite as simple as s/mktemp/mkstemp/g.
! Refer to the mktemp(3) man page of OpenBSD current ! for more indications. Correct code using mkstemp includes the source to ed or mail. A rare instance of code that uses mktemp correctly --- 148,156 ---- function. Heed the warnings of the bsd linker about its uses. These must be fixed. This is not quite as simple as s/mktemp/mkstemp/g.
! Refer to ! mktemp(3) for more information. Correct code using mkstemp includes the source to ed or mail. A rare instance of code that uses mktemp correctly *************** *** 388,393 ****
OpenBSD www@openbsd.org !
$OpenBSD: porting.html,v 1.53 2005/09/26 08:52:11 grunk Exp $ --- 389,394 ----
OpenBSD www@openbsd.org !
$OpenBSD: porting.html,v 1.54 2006/05/02 04:14:11 ray Exp $