From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 15 Nov 1995 17:10:14 -0500 From: jim mckie jmk@plan9.att.com Subject: No subject Topicbox-Message-UUID: 34d3a57c-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951115221014._Qj2uV-_lpY4oj0EbXCQDp62a3iSthapF4H_ziUX4m8@z> The infamous 'no newline at end of file' problem. Boddle doesn't complain about input files with no newline on the end, but the extraction by ed appends one and so the checksums differ. I've put the correct checksum into the file fs/pc/813525539.rc. There's probablt no need for you to pull it over again, the pc.c you have created is likely correct. ------ original message follows ------ >>From cse.psu.edu!9fans-outgoing-owner Wed Nov 15 23:10:29 EST 1995 Received: by colossus.cse.psu.edu id <78838>; Wed, 15 Nov 1995 23:04:50 -0500 Received: from plan9.ecf.toronto.edu ([128.100.8.9]) by colossus.cse.psu.edu with SMTP id <78835>; Wed, 15 Nov 1995 23:04:32 -0500 From: thrash.ecf.toronto.edu!steve To: cse.psu.edu!9fans Date: Wed, 15 Nov 1995 23:02:08 -0500 Message-Id: <95Nov15.230432est.78835@colossus.cse.psu.edu> Sender: cse.psu.edu!owner-9fans Precedence: bulk Reply-To: cse.psu.edu!9fans I get a checksum error unpacking the boddle fs/pc/813525539.rc Has anyone else seen this: cpu% rc fs/pc/813525539.rc -X 813525539/8253.c: 813525539/9pcfs.c: 813525539/fns.h: 813525539/l.s: 813525539/pc.c: 813525539/pc.c checksum error creating updated file cpu% ls -l 813525539/pc.c --rw-rw-r-- M 4693 steve sys 6028 Nov 15 22:56 813525539/pc.c cpu% sum 813525539/pc.c dbeaed42 6028 813525539/pc.c cpu% diff 813525539/pc.c /sys/src/fs/pc 336d335 < /* in assembly language 348d346 < */ cpu% ls -l fs/pc/813525539.rc --rw-rw-r-- M 4693 steve sys 7871 Oct 25 15:59 fs/pc/813525539.rc cpu% sum fs/pc/813525539.rc b8547512 7871 fs/pc/813525539.rc