C program to read VMS back up tapes

Chris Torek chris at umcp-cs.UUCP
Wed Aug 6 11:15:44 AEST 1986


This program (like too many others) does not really let one's
umask do its thing.  It has in it at least one

	mkdir(path, 0755);

This should be

	mkdir(path, 0777);

unless you have fiddled with the umask.

Just something to note for the future....
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at mimsy.umd.edu



More information about the Comp.sources.bugs mailing list