[net.sources] cparen fix

mah@alberta.UUCP (06/09/83)

Here is a quick fix for those people that got a malformed archive
for the 'cparen' program.  There is three errors that have to be fix
so that the Berkeley ar can do its job.

	-> Only the line 326 and 565 have to be edited.
		a) on line 326 change "100444" to "100664"
		b) also change(on line 326) "6466" to "6464".

		c) on line 565 change "100444" to "100664"


	This should work! It did for me.
	I've included the diff output just in case.

					(alberta!mah)
	In real life:
	Ken S. Mah
	Electical Engineering
	University of Alberta
	Canada
======================== diff cparen new.cparen ================
2c2
< Makefile        423334288   146   47    100444  463       `
---
> Makefile        424026823   289   100   100444  463       `
25c25
< cparen.1        423334289   146   47    100444  1363      `
---
> cparen.1        424026823   289   100   100444  1363      `
81c81
< cparen.h        423334291   146   47    100444  1830      `
---
> cparen.h        424026823   289   100   100444  1830      `
145c145
< cparen.c        423334290   146   47    100444  3330      `
---
> cparen.c        424026829   289   100   100444  3330      `
314c314
< hid.c           423334295   146   47    100444  272       `
---
> hid.c           424026829   289   100   100444  272       `
326c326
< lex.l           423334297   146   47    100444  6466      `
---
> lex.l           424027032   289   100   100664  6464      `
565c565
< parse.y         423334301   146   47    100444  6587      `
---
> parse.y         424028134   289   100   100664  6587      `