Deleted Added
full compact
1c1
< /* $Header: /src/pub/tcsh/sh.dol.c,v 3.45 2000/11/19 20:50:43 christos Exp $ */
---
> /* $Header: /src/pub/tcsh/sh.dol.c,v 3.47 2001/07/25 15:48:04 christos Exp $ */
39c39
< RCSID("$Id: sh.dol.c,v 3.45 2000/11/19 20:50:43 christos Exp $")
---
> RCSID("$Id: sh.dol.c,v 3.47 2001/07/25 15:48:04 christos Exp $")
117c117
< #endif DSPMBYTE
---
> #endif /* DSPMBYTE */
1046c1046
< if (open(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY) == -1) {
---
> if (open(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY, 0600) == -1) {