mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
added CVS Id string
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
# On-Line Applications Research Corporation (OAR).
|
||||
# All rights reserved.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
CC=gcc
|
||||
#CFLAGS=-O4 -fomit-frame-pointer
|
||||
|
||||
@@ -3,13 +3,11 @@
|
||||
* This include file contains the information required to manipulate
|
||||
* physical addresses.
|
||||
*
|
||||
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights assigned to U.S. Government, 1994.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This material may be reproduced by or for the U.S. Government pursuant
|
||||
* to the copyright license under the clause at DFARS 252.227-7013. This
|
||||
* notice must appear in all copies of this file and its derivatives.
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __ADDRESSES_h
|
||||
|
||||
@@ -3,13 +3,11 @@
|
||||
* This include file contains the bodies of the routines
|
||||
* about addresses which are inlined.
|
||||
*
|
||||
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights assigned to U.S. Government, 1994.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This material may be reproduced by or for the U.S. Government pursuant
|
||||
* to the copyright license under the clause at DFARS 252.227-7013. This
|
||||
* notice must appear in all copies of this file and its derivatives.
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __INLINE_ADDRESSES_inl
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights reserved.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __PDL2AMI_h
|
||||
#define __PDL2AMI_h
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
/*
|
||||
* Chain Handler
|
||||
*
|
||||
*
|
||||
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights assigned to U.S. Government, 1994.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This material may be reproduced by or for the U.S. Government pursuant
|
||||
* to the copyright license under the clause at DFARS 252.227-7013. This
|
||||
* notice must appear in all copies of this file and its derivatives.
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
|
||||
@@ -3,13 +3,11 @@
|
||||
* This include file contains all the constants and structures associated
|
||||
* with the Doubly Linked Chain Handler.
|
||||
*
|
||||
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights assigned to U.S. Government, 1994.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This material may be reproduced by or for the U.S. Government pursuant
|
||||
* to the copyright license under the clause at DFARS 252.227-7013. This
|
||||
* notice must appear in all copies of this file and its derivatives.
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CHAIN_h
|
||||
|
||||
@@ -3,13 +3,11 @@
|
||||
* This include file contains the bodies of the routines which are
|
||||
* associated with doubly linked chains and inlined.
|
||||
*
|
||||
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights assigned to U.S. Government, 1994.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This material may be reproduced by or for the U.S. Government pursuant
|
||||
* to the copyright license under the clause at DFARS 252.227-7013. This
|
||||
* notice must appear in all copies of this file and its derivatives.
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __INLINE_CHAIN_inl
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights reserved.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __ISR_h
|
||||
|
||||
@@ -11,6 +11,12 @@
|
||||
* by hand:
|
||||
* + previous of the first node
|
||||
* + next of the last node
|
||||
*
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights reserved.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1988-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
* All rights reserved.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __SYSTEM_h
|
||||
#define __SYSTEM_h
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#!/bin/ksh
|
||||
#
|
||||
# update,v 1.2 1995/05/31 17:20:58 joel Exp
|
||||
#
|
||||
# Either bash or ksh will be ok for this; requires 'test -ot'
|
||||
# (-p above just says to not parse $ENV file; makes it faster for
|
||||
# those of us who set $ENV)
|
||||
@@ -10,6 +8,9 @@
|
||||
# NOTE
|
||||
#
|
||||
# This is potentially a very dangerous program.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# progname=`basename $0`
|
||||
progname=${0##*/} # fast basename hack for ksh, bash
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
eval "exec /usr/local/bin/perl -S $0 $*"
|
||||
if $running_under_some_shell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user