Changeset 32ef3dc in rtems


Ignore:
Timestamp:
04/07/97 21:19:59 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
82ab443e
Parents:
11259ab7
Message:

commented out sccs_id to eliminate warning.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/mips/cpu.c

    r11259ab7 r32ef3dc  
    3030 */
    3131
    32 #ifndef lint
    33 static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
    34 #endif
     32/*
     33 *  Rather than deleting this, it is commented out to (hopefully) help
     34 *  the submitter send updates.
     35 *
     36 * static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
     37 */
    3538
    3639#include <rtems/system.h>
  • c/src/exec/score/cpu/mips/rtems.c

    r11259ab7 r32ef3dc  
    1717 */
    1818
    19 #ifndef lint
    20 static char _sccsid[] = "@(#)rtems.c 03/15/96     1.1\n";
    21 #endif
     19/*
     20 *  Rather than deleting this, it is commented out to (hopefully) help
     21 *  the submitter send updates.
     22 *
     23 * static char _sccsid[] = "@(#)rtems.c 03/15/96     1.1\n";
     24 */
     25
    2226
    2327/*
  • c/src/exec/score/cpu/mips64orion/cpu.c

    r11259ab7 r32ef3dc  
    3030 */
    3131
    32 #ifndef lint
    33 static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
    34 #endif
     32/*
     33 *  Rather than deleting this, it is commented out to (hopefully) help
     34 *  the submitter send updates.
     35 *
     36 * static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
     37 */
    3538
    3639#include <rtems/system.h>
  • c/src/exec/score/cpu/mips64orion/rtems.c

    r11259ab7 r32ef3dc  
    1717 */
    1818
    19 #ifndef lint
    20 static char _sccsid[] = "@(#)rtems.c 03/15/96     1.1\n";
    21 #endif
     19/*
     20 *  Rather than deleting this, it is commented out to (hopefully) help
     21 *  the submitter send updates.
     22 *
     23 * static char _sccsid[] = "@(#)rtems.c 03/15/96     1.1\n";
     24 */
     25
    2226
    2327/*
  • cpukit/score/cpu/mips/cpu.c

    r11259ab7 r32ef3dc  
    3030 */
    3131
    32 #ifndef lint
    33 static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
    34 #endif
     32/*
     33 *  Rather than deleting this, it is commented out to (hopefully) help
     34 *  the submitter send updates.
     35 *
     36 * static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
     37 */
    3538
    3639#include <rtems/system.h>
  • cpukit/score/cpu/mips64orion/cpu.c

    r11259ab7 r32ef3dc  
    3030 */
    3131
    32 #ifndef lint
    33 static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
    34 #endif
     32/*
     33 *  Rather than deleting this, it is commented out to (hopefully) help
     34 *  the submitter send updates.
     35 *
     36 * static char _sccsid[] = "@(#)cpu.c 08/20/96     1.5\n";
     37 */
    3538
    3639#include <rtems/system.h>
Note: See TracChangeset for help on using the changeset viewer.