Date: Tue, 16 Jan 2001 17:39:27 -0500 Message-Id: <200101162239.RAA11620@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3A64BFB3.5FAEC72B@phekda.freeserve.co.uk> (message from Richard Dawe on Tue, 16 Jan 2001 21:40:03 +0000) Subject: Re: /dev/zero & /dev/full FSEXTs References: <8632-Sat06Jan2001203659+0200-eliz AT is DOT elta DOT co DOT il> <3A63764C DOT 2CE7F394 AT phekda DOT freeserve DOT co DOT uk> <200101152231 DOT RAA00825 AT envy DOT delorie DOT com> <3A64BFB3 DOT 5FAEC72B AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to the linux sources, seeks on /dev/full act like seeks on /dev/null and /dev/zero. They succeed, but the file pointer is always 0.