Changeset 82478528 in rtems for c/src/lib/libcpu/mips64orion


Ignore:
Timestamp:
04/07/97 21:30:16 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bd71da7
Parents:
dd1d1c7
Message:

commented out sccs_id's to eliminate warnings.

Location:
c/src/lib/libcpu/mips64orion
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/mips64orion/clock/ckinit.c

    rdd1d1c7 r82478528  
    3232 */
    3333
    34 #ifndef lint
    35 static char _sccsid[] = "@(#)ckinit.c 08/20/96     1.3\n";
    36 #endif
     34/*
     35 *  Rather than deleting this, it is commented out to (hopefully) help
     36 *  the submitter send updates.
     37 *
     38 *  static char _sccsid[] = "@(#)ckinit.c 08/20/96     1.3\n";
     39 */
     40
    3741
    3842#include <stdlib.h>
  • c/src/lib/libcpu/mips64orion/timer/timer.c

    rdd1d1c7 r82478528  
    3939 */
    4040
    41 #ifndef lint
    42 static char _sccsid[] = "@(#)timer.c 08/20/96     1.5\n";
    43 #endif
     41/*
     42 *  Rather than deleting this, it is commented out to (hopefully) help
     43 *  the submitter send updates.
     44 *
     45 *  static char _sccsid[] = "@(#)timer.c 08/20/96     1.5\n";
     46 */
     47
    4448
    4549#include <rtems.h>
Note: See TracChangeset for help on using the changeset viewer.