Date: Wed, 22 Jan 2003 17:09:17 +0000 From: "Richard Dawe" Sender: rich AT phekda DOT freeserve DOT co DOT uk To: djgpp-workers AT delorie DOT com X-Mailer: Emacs 21.3.50 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 Subject: errno.txh: EXDEV description slightly bogus [PATCH] Message-Id: Reply-To: djgpp-workers AT delorie DOT com 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