mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
51e78bed9c
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>
20 lines
452 B
Plaintext
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 */
|
|
|