1*22634Sdist /* 2*22634Sdist * Copyright (c) 1980 Regents of the University of California. 3*22634Sdist * All rights reserved. The Berkeley software License Agreement 4*22634Sdist * specifies the terms and conditions for redistribution. 5*22634Sdist */ 6*22634Sdist 717632Sjak #ifndef lint 8*22634Sdist static char sccsid[] = "@(#)erase.c 5.1 (Berkeley) 06/07/85"; 9*22634Sdist #endif not lint 10*22634Sdist 1117632Sjak erase_() 1217632Sjak { 1317632Sjak erase(); 1417632Sjak } 15