[net.news.b] undefined externals in 2.10 expire

msc@qubix.UUCP (Mark Callow) (06/03/83)

	Since I haven't seen any other compaints about this I must be
	doing something stupid.  Would someone care to enlighten me.

	Using the v7 makefile for news 2.10 when it came to link expire
	I got the following undefined references:
		_opendir
		_readdir
		_closedir

	These come from expire.c.  There are no ifdefs to prevent use of
	these routines and I cannot find opendir or closedir anywhere in
	the source.  I found readdir in readdir.c (surprise!) but this file
	was not included in the link by the makefile.

				Mark Callow