Message-ID: <3AEF1CCC.950EEEF3@ezbooks.com.au>
From: Elizabeth Taylor <mail@ezbooks.com.au>
X-Mailer: Mozilla 4.75 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.minix
Subject: recompiling ls.c
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 7
Date: Wed, 02 May 2001 06:30:04 +1000
NNTP-Posting-Host: 203.27.214.6
X-Complaints-To: abuse@telstra.net
X-Trace: nsw.nnrp.telstra.net 988752734 203.27.214.6 (Wed, 02 May 2001 07:32:14 EST)
NNTP-Posting-Date: Wed, 02 May 2001 07:32:14 EST
Organization: Customer of Telstra Big Pond Direct
Path: news.adfa.edu.au!clarion.carno.net.au!news0.optus.net.au!news1.optus.net.au!optus!intgwpad.nntp.telstra.net!nsw.nnrp.telstra.net!news.acay.com.au!cromer30.intercoast.com.au
Xref: news.adfa.edu.au comp.os.minix:37289

For fun (or so they say) I have to change the word 'total' to 'TOTAL' on
the output from the ls instruction.  I found ls.c and found only one
incidence of print in a printf context.  I changed it to PRINT and
save.  I have tried make ls.c but only get 'ls.c is up to date' and I
have tried cc ls.c - anyway it still prints 'total' when run - any
suggestions.

