[net.sources.bugs] VMS <-> Unix tape transfer

joel@gould9.UUCP (Joel West) (03/22/86)

The program 'vmswrite.c' has at least one bug, according to my
C compiler.  It needs
	#include <strings.h>
This is the old
	int rindex()
    !=	char *rindex()
problem.