This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with cp'ing executables


On Mon, May 14, 2001 at 02:02:57PM -0400, Earnie Boyd wrote:
> It's probably an incorrect error message from cp or _errno is not
> correct.  The fact is /foo/bar doesn't exist to copy when the physical
> file name is /foo/bar.exe.

It looks to me like winsup/cygwin/errno.cc has two missing commas in
the initializer for _sys_errlist -- for errors 108 and 112 -- causing
the values to be wrong for all errno values greater than 107.

-- 
Fred Yankowski           fred@OntoSys.com      tel: +1.630.879.1312
Principal Consultant     www.OntoSys.com       fax: +1.630.879.1370
OntoSys, Inc             38W242 Deerpath Rd, Batavia, IL 60510, USA

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]