--- ray/src/rt/devtable.c 1989/03/15 14:20:33 1.3 +++ ray/src/rt/devtable.c 1990/01/11 11:27:18 1.4 @@ -12,11 +12,11 @@ static char SCCSid[] = "$SunId$ LBL"; #include "driver.h" -extern struct driver *aed_init(), *x_init(), *sun_init(); +extern struct driver *aed_init(), *x_init(); struct device devtable[] = { /* supported devices */ {"aed", "AED 512 color graphics terminal", aed_init}, - {"sun", "SunView color or greyscale screen", sun_init}, + {"sundev", "SunView color or greyscale screen", comm_init}, {"X", "X-window color or greyscale display", x_init}, {0} /* terminator */ };