Message-ID: <387F19D9.1714EDD3@softhome.net> Date: Fri, 14 Jan 2000 14:43:05 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re: fchmod() / fchown() ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > > On Thu, 13 Jan 2000, Laurynas Biveinis wrote: > > I've only found static > > function is_used_fd() in fcntl.c. It uses int 0x21, function 0x44 > > (ioctl - get device information). If this is the way to go, I make > > that function global. > > Probably a good idea. Not anymore. I've found another global function - _get_dev_info(), which does the same thing. So I'm going only to provide cleanup patch for fcntl.c. Laurynas Biveinis