From: James S. <jsi...@us...> - 2001-11-27 17:56:16
|
Update of /cvsroot/linux-mips/linux/arch/mips/hp-lj In directory usw-pr-cvs1:/tmp/cvs-serv12470 Modified Files: init.c setup.c Log Message: Kill strings. Index: init.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/hp-lj/init.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- init.c 2001/11/19 18:31:01 1.1 +++ init.c 2001/11/27 17:56:13 1.2 @@ -2,8 +2,6 @@ * init.c: PROM library initialisation code. * * Copyright (C) 1998 Gleb Raiko & Vladimir Roganov - * - * $Id$ */ #include <linux/mm.h> Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/hp-lj/setup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- setup.c 2001/11/19 18:31:01 1.1 +++ setup.c 2001/11/27 17:56:13 1.2 @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Setup pointers to hardware-dependent routines. * * This file is subject to the terms and conditions of the GNU General Public |