Mail Archives: djgpp-workers/2003/01/22/13:00:40
Hello.
The description of EXDEV is slightly bogus in the errno info page,
since DJGPP CVS supports all kinds of symlinks now. Below is a patch
to fix this.
OK to commit?
Bye, Rich =]
*** /develop/djgpp/src/libc/ansi/errno/errno.txh Wed Feb 7 21:54:12 2001
--- /develop/djgpp.rw2/src/libc/ansi/errno/errno.txh Wed Jan 22 17:06:56 2003
*************** ESRCH -- No such process. Not used in D
*** 227,235 ****
@item 37
! EXDEV -- Improper link. An attempt to rename a file across drives, or
! create a ``symlink'' to a file that is not an executable DJGPP v2.x
! program.
@item 38
--- 227,234 ----
@item 37
! EXDEV -- Improper link. An attempt to rename a file across drives
! or create a cross-device hardlink.
@item 38
- Raw text -