1*48526Sbostic /*- 2*48526Sbostic * Copyright (c) 1983 The Regents of the University of California. 3*48526Sbostic * All rights reserved. 4*48526Sbostic * 5*48526Sbostic * %sccs.include.proprietary.c% 6*48526Sbostic */ 7*48526Sbostic 813380Ssam #ifndef lint 9*48526Sbostic static char sccsid[] = "@(#)close.c 4.2 (Berkeley) 04/22/91"; 10*48526Sbostic #endif /* not lint */ 1113380Ssam 1213380Ssam extern vti; 1313380Ssam closevt(){ 1413380Ssam close(vti); 1513380Ssam } 1613380Ssam closepl(){ 1713380Ssam close(vti); 1813380Ssam } 19