Date: Sat, 06 Jan 2001 18:15:27 +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.0.93 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 Subject: 'What changed...' entry for /dev/zero changes Message-Id: Reply-To: djgpp-workers AT delorie DOT com Hello. I had not included a 'What changed' entry in my original patch. Please find one below. Bye, Rich =] *** src/docs/kb/wc204.txi.orig Sat Jan 6 18:10:16 2001 --- src/docs/kb/wc204.txi Sat Jan 6 18:12:52 2001 *************** *** 175,177 **** --- 175,185 ---- @noindent (This only works when the LFN support is available, of course.) + + @cindex @code{/dev/zero} + @findex __install_dev_zero AT r{, install support for @file{/dev/zero}} + @cindex @code{/dev/full} + @findex __install_dev_full AT r{, install support for @file{/dev/full}} + Optional support for the devices @file{/dev/zero} and @file{/dev/full} was + added. This is enabled using the @code{__install_dev_zero} and + @code{__install_dev_zero} functions.