mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 12:24:04 +08:00
commented out sccs_id's to eliminate warnings.
main.c: added return statement to eliminate a warning.
This commit is contained in:
@@ -18,9 +18,13 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
|
||||
#endif
|
||||
/*
|
||||
* Rather than deleting this, it is commented out to (hopefully) help
|
||||
* the submitter send updates.
|
||||
*
|
||||
* static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
@@ -23,9 +23,13 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
|
||||
#endif
|
||||
/*
|
||||
* Rather than deleting this, it is commented out to (hopefully) help
|
||||
* the submitter send updates.
|
||||
*
|
||||
* static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
|
||||
*/
|
||||
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
|
||||
@@ -18,9 +18,13 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
|
||||
#endif
|
||||
/*
|
||||
* Rather than deleting this, it is commented out to (hopefully) help
|
||||
* the submitter send updates.
|
||||
*
|
||||
* static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
@@ -23,9 +23,13 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
|
||||
#endif
|
||||
/*
|
||||
* Rather than deleting this, it is commented out to (hopefully) help
|
||||
* the submitter send updates.
|
||||
*
|
||||
* static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
|
||||
*/
|
||||
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
|
||||
Reference in New Issue
Block a user