Mail Archives: cygwin/1997/01/10/11:08:01
Tar doesn't always produce the correct error message. This seems
to be due to a problem with the sys_errlist table. It is off by
one. I don't have any documentation about sys_errlist. I'm assuming
that tar is written correctly. You can see the problem with,
"rm -f y; tar tf y".
Scott
*** cdksrc/src/winsup/libcerr.cc.orig Mon Dec 30 19:06:17 1996
--- cdksrc/src/winsup/libcerr.cc Mon Dec 30 19:06:39 1996
***************
*** 18,23 ****
--- 18,24 ----
char *sys_errlist[100]=
{
+ /* EOK 0 */ "No error",
/* EPERM 1 */ "Not super-user",
/* ENOENT 2 */ "No such file or directory",
/* ESRCH 3 */ "No such process",
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -