1*24997Ssam /* 2*24997Ssam * Copyright (c) 1985 Regents of the University of California. 3*24997Ssam * All rights reserved. The Berkeley software License Agreement 4*24997Ssam * specifies the terms and conditions for redistribution. 5*24997Ssam */ 6*24997Ssam 7*24997Ssam #ifndef lint 8*24997Ssam static char sccsid[] = "@(#)linemod.c 5.1 (Berkeley) 09/21/85"; 9*24997Ssam #endif not lint 10*24997Ssam 11*24997Ssam linemod(s) 12*24997Ssam char *s; 13*24997Ssam { 14*24997Ssam } 15