[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Improvement on /tmp code fix?
From: |
Klaus Weide |
Subject: |
Re: LYNX-DEV Improvement on /tmp code fix? |
Date: |
Sat, 12 Jul 1997 21:10:18 -0500 (CDT) |
On Sat, 12 Jul 1997, T.E.Dickey wrote:
[Jonathan Sergent:]
> > I'm trying to figure out how fdopen() could possibly help, though; I
> > don't need it for fchmod.
> if you open the file with the right permissions, you don't need to chmod it.
> you should be able to wrapper this to construct the filename and return the
> pointer to it as one operation, that way you aren't going to be concerned
> about someone else using the file.
Lynx's tempname() returns a filename, not an open stream. It seems you
are talking about changing this convention. If you do that, you are
more or less back to my alpha-patch (and the issues).
Klaus
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV Improvement on /tmp code fix?, Jonathan Sergent, 1997/07/12
- Re: LYNX-DEV Improvement on /tmp code fix?, T.E.Dickey, 1997/07/12
- Re: LYNX-DEV Improvement on /tmp code fix?, Jonathan Sergent, 1997/07/13
- Re: LYNX-DEV Improvement on /tmp code fix?, T.E.Dickey, 1997/07/13
- Re: LYNX-DEV Improvement on /tmp code fix?, Jonathan Sergent, 1997/07/13
- Re: LYNX-DEV Improvement on /tmp code fix?, Jonathan Sergent, 1997/07/13
- Re: LYNX-DEV Improvement on /tmp code fix?, T.E.Dickey, 1997/07/13