From fd0f957cd3de75e0ad5b51aa144d4cead7972c29 Mon Sep 17 00:00:00 2001 From: Roger Cole Date: Wed, 31 Jul 1991 18:34:55 +0000 Subject: [PATCH] convert for 3.0.0 --- src/libCom/arAccessLib.c | 2 +- src/libCom/arCSCheck.c | 65 ++++++++++++++++++++++++---------------- src/libCom/arChanIO.c | 2 +- 3 files changed, 41 insertions(+), 28 deletions(-) diff --git a/src/libCom/arAccessLib.c b/src/libCom/arAccessLib.c index 24301a766..09ca3cbbd 100644 --- a/src/libCom/arAccessLib.c +++ b/src/libCom/arAccessLib.c @@ -26,7 +26,7 @@ * Modification Log: * ----------------- * .01 03-09-90 rac initial version - * .02 mm-dd-yy rac version 2.0, installed in SCCS + * .02 07-31-91 rac installed in SCCS * * make options * -DvxWorks makes a version for VxWorks diff --git a/src/libCom/arCSCheck.c b/src/libCom/arCSCheck.c index 03683e724..3f122c255 100644 --- a/src/libCom/arCSCheck.c +++ b/src/libCom/arCSCheck.c @@ -1,28 +1,45 @@ -/**************************************************************************** - GTA PROJECT AT division - - Copyright, 1990, The Regents of the University of California - Los Alamos National Laboratory - - FILE PATH: ~gta/ar/arCSCheck.c - ENVIRONMENT: SunOS, VxWorks - MAKE OPTIONS: - SCCS VERSION: $Id$ -*+/mod*********************************************************************** +/* $Id$ + * Author: Roger A. Cole + * Date: 04-01-90 + * + * Experimental Physics and Industrial Control System (EPICS) + * + * Copyright 1991, the Regents of the University of California, + * and the University of Chicago Board of Governors. + * + * This software was produced under U.S. Government contracts: + * (W-7405-ENG-36) at the Los Alamos National Laboratory, + * and (W-31-109-ENG-38) at Argonne National Laboratory. + * + * Initial development by: + * The Controls and Automation Group (AT-8) + * Ground Test Accelerator + * Accelerator Technology Division + * Los Alamos National Laboratory + * + * Co-developed with + * The Controls and Computing Group + * Accelerator Systems Division + * Advanced Photon Source + * Argonne National Laboratory + * + * Modification Log: + * ----------------- + * .01 04-01-90 rac initial version + * .02 07-31-91 rac installed in SCCS + * + * make options + * -DvxWorks makes a version for VxWorks + * -DNDEBUG don't compile assert() checking + * -DDEBUG compile various debug code, including checks on + * malloc'd memory + */ +/*+/mod*********************************************************************** * TITLE arCSCheck.c - check assumptions about definitions in arCS.h * * DESCRIPTION * -*- -* Modification History -* version date programmer comments -* ------- -------- ------------ ----------------------------------- -* 1.1 04/01/90 R. Cole initial version -* -*****************************************************************************/ -#ifdef AR_CS_NEW_DBR -# define DB_TEXT_GLBLSOURCE -#endif +*-***************************************************************************/ #include #include @@ -32,11 +49,7 @@ #endif #ifndef INCLdb_accessh -# ifndef AR_CS_NEW_DBR -# include -# else -# include -# endif +# include #endif diff --git a/src/libCom/arChanIO.c b/src/libCom/arChanIO.c index 0a9a7dd08..55008c645 100644 --- a/src/libCom/arChanIO.c +++ b/src/libCom/arChanIO.c @@ -26,7 +26,7 @@ * Modification Log: * ----------------- * .01 03-09-90 rac initial version - * .02 mm-dd-yy rac version 2.0, installed in SCCS + * .02 07-31-91 rac installed in SCCS * * make options * -DvxWorks makes a version for VxWorks