[comp.sources.bugs] malias problems

msir_cif@uhura.cc.rochester.edu (Mark Sirota) (02/11/89)

Much to my chagrin, there have already been three problems noted in
"malias", which was just posted to comp.sources.unix.

(1) I misspelled "of" consistently in the Copyright message in all four
	files.  It says "if" instead.
(2) malloc.h doesn't exist on some systems.  You will have to just
	replace	that line with "extern char *malloc();".
(3) The compiler directive in the Makefile doesn't give a source.  It
	reads:
		cc $(CFLAGS) -o malias
	It should obviously read:
		cc $(CFLAGS) malias.c -o malias

In addition, you can feel free to add the following text to the end of the
README:

To install, edit the three definitions at the top of Makefile as
appropriate, and type "make".  Once done, type "make install" to install
malias in the directories specified.

Mail any problems, questions, suggestions, etc to me.

Enjoy!

--
Mark Sirota - University of Rochester, Rochester, NY
 Internet: msir_cif@uhura.cc.rochester.edu
 Bitnet:   msir_ss@uordbv.bitnet
 UUCP:     ...!rochester!ur-cc!msir_cif
-- 
Mark Sirota - University of Rochester, Rochester, NY
 Internet: msir_cif@uhura.cc.rochester.edu
 Bitnet:   msir_ss@uordbv.bitnet
 UUCP:     ...!rochester!ur-cc!msir_cif