1*48506Sbostic /*- 2*48506Sbostic * Copyright (c) 1980 The Regents of the University of California. 3*48506Sbostic * All rights reserved. 4*48506Sbostic * 5*48506Sbostic * %sccs.include.proprietary.c% 622639Sdist */ 722639Sdist 817637Sjak #ifndef lint 9*48506Sbostic static char sccsid[] = "@(#)open.c 5.3 (Berkeley) 04/22/91"; 10*48506Sbostic #endif /* not lint */ 1122639Sdist 1217637Sjak openpl_() 1317637Sjak { 1417637Sjak openpl(); 1517637Sjak } 16