added CVS Id string

This commit is contained in:
Joel Sherrill
1997-06-04 18:32:07 +00:00
parent 25c5bee547
commit 139b2e4a00
181 changed files with 541 additions and 70 deletions

View File

@@ -3,6 +3,8 @@
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
# $Id$
#
CC=gcc
#CFLAGS=-O4 -fomit-frame-pointer

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,10 @@
/*
* COPYRIGHT (c) 1988-1997.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
* $Id$
*/
#ifndef __PDL2AMI_h
#define __PDL2AMI_h

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,10 @@
/*
* COPYRIGHT (c) 1988-1997.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
* $Id$
*/
#ifndef __ISR_h

View File

@@ -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>

View File

@@ -1,3 +1,10 @@
/*
* COPYRIGHT (c) 1988-1997.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
* $Id$
*/
#ifndef __SYSTEM_h
#define __SYSTEM_h

View File

@@ -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

View File

@@ -1,4 +1,8 @@
#!/usr/bin/perl
#
# $Id$
#
eval "exec /usr/local/bin/perl -S $0 $*"
if $running_under_some_shell;