148523Sbostic /*- 2*61405Sbostic * Copyright (c) 1985, 1993 3*61405Sbostic * The Regents of the University of California. All rights reserved. 448523Sbostic * 548523Sbostic * %sccs.include.proprietary.c% 622620Sdist */ 722620Sdist 817617Sjak #ifndef lint 9*61405Sbostic static char sccsid[] = "@(#)linemod.c 8.1 (Berkeley) 06/04/93"; 1048523Sbostic #endif /* not lint */ 1117617Sjak linemod(s)1217617Sjaklinemod(s) 1317617Sjak char *s; 1417617Sjak { 1517617Sjak /* ignored on 4013 */ 1617617Sjak } 17