1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/cad/pisces/files/patch-bi
Ade Lovett 51e78bed9c Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.

PR:		14686
Submitted by:	Gianlorenzo Masini <masini@uniroma3.it>
2000-05-03 14:59:53 +00:00

20 lines
452 B
Plaintext

*** library/sysf77lib/9009/xmktmp_bsd.c.orig Fri Apr 21 13:55:24 2000
--- library/sysf77lib/9009/xmktmp_bsd.c Fri Apr 21 13:56:16 2000
***************
*** 56,62 ****
(void)sprintf(buf,TEMPLATE,lkey) ;
! (void)mktemp(buf) ;
for (p = &str[*len] ; p != str; ) *--p = ' ' ; /* clear */
--- 56,62 ----
(void)sprintf(buf,TEMPLATE,lkey) ;
! (void)mkstemp(buf) ;
for (p = &str[*len] ; p != str; ) *--p = ' ' ; /* clear */