--- ray/src/meta/lib4014/open.c 2003/02/22 02:07:26 1.1 +++ ray/src/meta/lib4014/open.c 2003/11/15 02:13:37 1.2 @@ -1,12 +1,17 @@ #ifndef lint -static const char RCSid[] = "$Id: open.c,v 1.1 2003/02/22 02:07:26 greg Exp $"; +static const char RCSid[] = "$Id: open.c,v 1.2 2003/11/15 02:13:37 schorsch Exp $"; #endif -#ifndef lint -static char sccsid[] = "@(#)open.c 4.1 (Berkeley) 6/27/83"; -#endif -openvt () +#include "lib4014.h" +#include "lib4014.h" + +extern void +openvt(void) { } -openpl(){ + +extern void +openpl(void) +{ } +