148506Sbostic /*- 2*61374Sbostic * Copyright (c) 1980, 1993 3*61374Sbostic * The Regents of the University of California. All rights reserved. 448506Sbostic * 548506Sbostic * %sccs.include.proprietary.c% 622631Sdist */ 722631Sdist 817629Sjak #ifndef lint 9*61374Sbostic static char sccsid[] = "@(#)clospl.c 8.1 (Berkeley) 06/04/93"; 1048506Sbostic #endif /* not lint */ 1122631Sdist clospl_()1217629Sjakclospl_(){ 1317629Sjak closepl(); 1417629Sjak } 15