1 #ifndef lint 2 static char sccsid[] = "@(#)linemod.c 1.1 (Berkeley) 01/02/85"; 3 #endif 4 5 linemod(s) 6 char *s; 7 { 8 /* ignored on 4013 */ 9 } 10