4.1cBSD/usr/src/ucb/ingres/source/iutil/acc_init.c

Compare this file to the similar file:
Show the results in this format:

# include	<sccs.h>

SCCSID(@(#)acc_init.c	7.1	2/5/81)

/*
**  ACC_INIT -- fake acc_init.
**
**	Modules that do not pull in the access method library will
**	choke.  So we include an acc_init here that the ctl module
**	can pick up if the access method library has not been
**	loaded.
*/

acc_init()
{
}