1: # include <sccs.h> 2: 3: SCCSID(@(#)acc_init.c 8.1 12/31/84) 4: 5: /* 6: ** ACC_INIT -- fake acc_init. 7: ** 8: ** Modules that do not pull in the access method library will 9: ** choke. So we include an acc_init here that the ctl module 10: ** can pick up if the access method library has not been 11: ** loaded. 12: */ 13: 14: acc_init() 15: { 16: }