148526Sbostic /*- 2*61414Sbostic * Copyright (c) 1983, 1993 3*61414Sbostic * The Regents of the University of California. All rights reserved. 448526Sbostic * 548526Sbostic * %sccs.include.proprietary.c% 648526Sbostic */ 748526Sbostic 813380Ssam #ifndef lint 9*61414Sbostic static char sccsid[] = "@(#)close.c 8.1 (Berkeley) 06/04/93"; 1048526Sbostic #endif /* not lint */ 1113380Ssam 1213380Ssam extern vti; closevt()1313380Ssamclosevt(){ 1413380Ssam close(vti); 1513380Ssam } closepl()1613380Ssamclosepl(){ 1713380Ssam close(vti); 1813380Ssam } 19