blob: c5e10a74684d92ccd1c50df6b93cb7496ba60b4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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 */
|