1*22620Sdist /* 2*22620Sdist * Copyright (c) 1980 Regents of the University of California. 3*22620Sdist * All rights reserved. The Berkeley software License Agreement 4*22620Sdist * specifies the terms and conditions for redistribution. 5*22620Sdist */ 6*22620Sdist 717617Sjak #ifndef lint 8*22620Sdist static char sccsid[] = "@(#)linemod.c 5.1 (Berkeley) 06/07/85"; 9*22620Sdist #endif not lint 1017617Sjak 1117617Sjak linemod(s) 1217617Sjak char *s; 1317617Sjak { 1417617Sjak /* ignored on 4013 */ 1517617Sjak } 16