[comp.sources.wanted] Gnu_helloworld.c Release 1.1

maart@cs.vu.nl (Maarten Litmaath) (09/20/89)

emery@coriolis.ecr.mu.oz (Samuel Emery) writes:
\...	write(1, gobbledegook, sizeof(gobbledegook));

I can live with the `preamble', but that final '\0' was just too much... :-)
Change the write() to:

	write(1, gobbledegook, sizeof(gobbledegook) - 1);
-- 
   creat(2) shouldn't have been create(2): |Maarten Litmaath @ VU Amsterdam:
      it shouldn't have existed at all.    |maart@cs.vu.nl, mcvax!botter!maart