diff options
Diffstat (limited to 'cad/pisces/files/patch-bi')
-rw-r--r-- | cad/pisces/files/patch-bi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/pisces/files/patch-bi b/cad/pisces/files/patch-bi new file mode 100644 index 000000000000..c5e10a74684d --- /dev/null +++ b/cad/pisces/files/patch-bi @@ -0,0 +1,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 */ + |