From: Peter Howkins Date: Fri, 29 Jun 2018 18:07:09 +0000 (+0100) Subject: libDtSearch: Remove unused C files that have now disapeared with removal of #defines X-Git-Tag: 2.3.0a~279 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1294f15d16b4b1506392cf602e83e54fe48986c2;p=oweals%2Fcde.git libDtSearch: Remove unused C files that have now disapeared with removal of #defines --- diff --git a/cde/lib/DtSearch/Imakefile b/cde/lib/DtSearch/Imakefile index 4e4bf580..d6380f6e 100644 --- a/cde/lib/DtSearch/Imakefile +++ b/cde/lib/DtSearch/Imakefile @@ -85,18 +85,16 @@ OBJS1 = \ vestatis.o vstfunct.o RAIMA_OBJS = \ - raima/alloc.o raima/cmstat.o \ + raima/alloc.o \ raima/cmtype.o raima/connect.o \ - raima/costat.o raima/cotype.o \ + raima/cotype.o \ raima/crget.o raima/crread.o \ - raima/crset.o raima/crstat.o \ + raima/crset.o \ raima/crtype.o raima/crwrite.o \ raima/csmget.o raima/csmread.o \ raima/csmset.o raima/csmwrite.o \ raima/csoget.o raima/csoread.o \ raima/csoset.o raima/csowrite.o \ - raima/csstat.o raima/ctscm.o \ - raima/ctsco.o raima/ctscr.o \ raima/dbacode.o raima/dbdpath.o \ raima/dbfpath.o raima/dblfcns.o \ raima/dbswab.o \ @@ -106,8 +104,6 @@ RAIMA_OBJS = \ raima/fillnew.o raima/findco.o \ raima/findfm.o raima/findlm.o \ raima/findnm.o raima/findpm.o \ - raima/gtscm.o raima/gtsco.o \ - raima/gtscr.o raima/gtscs.o \ raima/initial.o raima/inittab.o \ raima/ismember.o raima/isowner.o \ raima/keydel.o raima/keyexist.o \ @@ -116,24 +112,20 @@ RAIMA_OBJS = \ raima/keynext.o raima/keyprev.o \ raima/keystore.o raima/libfcns.o \ raima/makenew.o raima/mapchar.o \ - raima/members.o raima/netunix.o \ + raima/members.o \ raima/oflag.o raima/opens.o \ raima/options.o raima/pathfcns.o \ raima/recfcns.o raima/recfrst.o \ raima/reclast.o raima/recnext.o \ raima/recprev.o raima/recread.o \ - raima/recset.o raima/recstat.o \ + raima/recset.o \ raima/recwrite.o raima/renfile.o \ raima/rwcurr.o raima/setdb.o \ raima/setmm.o raima/setmo.o \ raima/setmr.o raima/setom.o \ raima/setoo.o raima/setor.o \ raima/setrm.o raima/setro.o \ - raima/startup.o raima/stscm.o \ - raima/stsco.o raima/stscr.o \ - raima/stscs.o raima/utscm.o \ - raima/utsco.o raima/utscr.o \ - raima/utscs.o + raima/startup.o OBJS = $(OBJS1) $(RAIMA_OBJS) diff --git a/cde/lib/DtSearch/raima/Imakefile b/cde/lib/DtSearch/raima/Imakefile index 1c66a628..3600b230 100644 --- a/cde/lib/DtSearch/raima/Imakefile +++ b/cde/lib/DtSearch/raima/Imakefile @@ -48,56 +48,52 @@ HEADERS = \ dblock.h dbxtrn.h dtcover.h ll.h proto.h trxlog.h SRCS = \ - alloc.c cmstat.c cmtype.c connect.c \ - costat.c cotype.c crget.c crread.c crset.c \ - crstat.c crtype.c crwrite.c csmget.c csmread.c \ + alloc.c cmtype.c connect.c \ + cotype.c crget.c crread.c crset.c \ + crtype.c crwrite.c csmget.c csmread.c \ csmset.c csmwrite.c csoget.c csoread.c csoset.c \ - csowrite.c csstat.c ctscm.c ctsco.c ctscr.c \ + csowrite.c \ dbacode.c dbdpath.c dbfpath.c dblfcns.c \ dbswab.c dbuserid.c \ delete.c destroy.c dio.c discon.c disdel.c \ fillnew.c findco.c findfm.c findlm.c findnm.c \ - findpm.c gtscm.c gtsco.c gtscr.c gtscs.c \ + findpm.c \ initial.c inittab.c ismember.c \ isowner.c keydel.c keyexist.c keyfcns.c \ keyfind.c keyfrst.c keylast.c keynext.c keyprev.c \ keystore.c libfcns.c makenew.c mapchar.c \ - members.c netunix.c oflag.c opens.c options.c \ + members.c oflag.c opens.c options.c \ pathfcns.c recfcns.c recfrst.c reclast.c recnext.c \ recprev.c recread.c recset.c \ - recstat.c recwrite.c renfile.c rwcurr.c setdb.c \ + recwrite.c renfile.c rwcurr.c setdb.c \ setmm.c setmo.c setmr.c setom.c setoo.c \ - setor.c setrm.c setro.c startup.c stscm.c \ - stsco.c stscr.c stscs.c \ - utscm.c utsco.c utscr.c utscs.c + setor.c setrm.c setro.c startup.c /* WARNING!!!! * Any .o's added to this list need to be added to DTUTIL1_OBJS1 * and SHARED_DTUTIL1_OBJS1 in the DtSearch Imakefile. */ OBJS = \ - alloc.o cmstat.o cmtype.o connect.o \ - costat.o cotype.o crget.o crread.o crset.o \ - crstat.o crtype.o crwrite.o csmget.o csmread.o \ + alloc.o cmtype.o connect.o \ + cotype.o crget.o crread.o crset.o \ + crtype.o crwrite.o csmget.o csmread.o \ csmset.o csmwrite.o csoget.o csoread.o csoset.o \ - csowrite.o csstat.o ctscm.o ctsco.o ctscr.o \ + csowrite.o \ dbacode.o dbdpath.o dbfpath.o dblfcns.o \ dbswab.o dbuserid.o \ delete.o destroy.o dio.o discon.o disdel.o \ fillnew.o findco.o findfm.o findlm.o findnm.o \ - findpm.o gtscm.o gtsco.o gtscr.o gtscs.o \ + findpm.o \ initial.o inittab.o ismember.o \ isowner.o keydel.o keyexist.o keyfcns.o \ keyfind.o keyfrst.o keylast.o keynext.o keyprev.o \ keystore.o libfcns.o makenew.o mapchar.o \ - members.o netunix.o opens.o options.o oflag.o \ + members.o opens.o options.o oflag.o \ pathfcns.o recfcns.o recfrst.o reclast.o recnext.o \ recprev.o recread.o recset.o \ - recstat.o recwrite.o renfile.o rwcurr.o setdb.o \ + recwrite.o renfile.o rwcurr.o setdb.o \ setmm.o setmo.o setmr.o setom.o setoo.o \ - setor.o setrm.o setro.o startup.o stscm.o \ - stsco.o stscr.o stscs.o \ - utscm.o utsco.o utscr.o utscs.o + setor.o setrm.o setro.o startup.o #include diff --git a/cde/lib/DtSearch/raima/cmstat.c b/cde/lib/DtSearch/raima/cmstat.c deleted file mode 100644 index 54632c8b..00000000 --- a/cde/lib/DtSearch/raima/cmstat.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: cmstat.c /main/2 1996/05/09 03:56:07 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_cmstat - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - cmstat.c -- db_VISTA member timestamp status check module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin cmstat.c */ diff --git a/cde/lib/DtSearch/raima/costat.c b/cde/lib/DtSearch/raima/costat.c deleted file mode 100644 index f0dc4178..00000000 --- a/cde/lib/DtSearch/raima/costat.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: costat.c /main/2 1996/05/09 03:56:57 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_costat - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - costat.c -- db_VISTA owner timestamp status check module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin costat.c */ diff --git a/cde/lib/DtSearch/raima/crstat.c b/cde/lib/DtSearch/raima/crstat.c deleted file mode 100644 index 1d92c605..00000000 --- a/cde/lib/DtSearch/raima/crstat.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: crstat.c /main/2 1996/05/09 03:58:12 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_crstat - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - crstat.c -- db_VISTA current record timestamp status check module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin crstat.c */ diff --git a/cde/lib/DtSearch/raima/csstat.c b/cde/lib/DtSearch/raima/csstat.c deleted file mode 100644 index fafd5dd4..00000000 --- a/cde/lib/DtSearch/raima/csstat.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: csstat.c /main/2 1996/05/09 04:00:57 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_csstat - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - csstat.c -- db_VISTA current set timestamp status check module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin csstat.c */ diff --git a/cde/lib/DtSearch/raima/ctscm.c b/cde/lib/DtSearch/raima/ctscm.c deleted file mode 100644 index 8652499e..00000000 --- a/cde/lib/DtSearch/raima/ctscm.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ctscm.c /main/2 1996/05/09 04:01:14 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_ctscm - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - ctscm.c -- db_VISTA current member creation timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin ctscm.c */ diff --git a/cde/lib/DtSearch/raima/ctsco.c b/cde/lib/DtSearch/raima/ctsco.c deleted file mode 100644 index 4f45d870..00000000 --- a/cde/lib/DtSearch/raima/ctsco.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ctsco.c /main/2 1996/05/09 04:01:31 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_ctsco - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - ctsco.c -- db_VISTA current owner creation timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin ctsco.c */ diff --git a/cde/lib/DtSearch/raima/ctscr.c b/cde/lib/DtSearch/raima/ctscr.c deleted file mode 100644 index f3ba1b48..00000000 --- a/cde/lib/DtSearch/raima/ctscr.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ctscr.c /main/2 1996/05/09 04:01:47 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_ctscr - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - ctscr.c -- db_VISTA current record creation timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin ctscr.c */ diff --git a/cde/lib/DtSearch/raima/gtscm.c b/cde/lib/DtSearch/raima/gtscm.c deleted file mode 100644 index 26a343c4..00000000 --- a/cde/lib/DtSearch/raima/gtscm.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: gtscm.c /main/2 1996/05/09 04:07:14 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_gtscm - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - gtscm.c -- db_VISTA current member timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin gtscm.c */ diff --git a/cde/lib/DtSearch/raima/gtsco.c b/cde/lib/DtSearch/raima/gtsco.c deleted file mode 100644 index 964edcae..00000000 --- a/cde/lib/DtSearch/raima/gtsco.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: gtsco.c /main/2 1996/05/09 04:07:28 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_gtsco - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - gtsco.c -- db_VISTA current owner timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin gtsco.c */ diff --git a/cde/lib/DtSearch/raima/gtscr.c b/cde/lib/DtSearch/raima/gtscr.c deleted file mode 100644 index 2f3bab56..00000000 --- a/cde/lib/DtSearch/raima/gtscr.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: gtscr.c /main/2 1996/05/09 04:07:42 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_gtscr - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - gtscr.c -- db_VISTA current record timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin gtscr.c */ diff --git a/cde/lib/DtSearch/raima/gtscs.c b/cde/lib/DtSearch/raima/gtscs.c deleted file mode 100644 index 34a98202..00000000 --- a/cde/lib/DtSearch/raima/gtscs.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: gtscs.c /main/2 1996/05/09 04:07:58 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_gtscs - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - gtscs.c -- db_VISTA set timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin gtscs.c */ diff --git a/cde/lib/DtSearch/raima/netunix.c b/cde/lib/DtSearch/raima/netunix.c deleted file mode 100644 index bcfd1bb5..00000000 --- a/cde/lib/DtSearch/raima/netunix.c +++ /dev/null @@ -1,102 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: netunix.c /main/4 1996/11/01 10:13:29 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: netbios_chk - * nw_addnm - * nw_call - * nw_cleanup - * nw_delnm - * nw_hangup - * nw_rcvmsg - * nw_send - * nw_sestat - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*------------------------------------------------------------------------ - netunix.c -- db_VISTA System-V/BSD Interface Module - - The "nw_" prefix specifies that the function will not return - until the command has completed. For example, nw_send will return - when the sent message has been received. - - NOTES FOR UNIX SYS V/BSD ARE EMBEDDED BELOW. RUNTIME FUNCTIONS WILL USE - THESE FUNCTIONS IN THE SAME WAY ON DOS OR UNIX. - - These functions are used by the db_VISTA runtime. - - nw_addnm -- Adds user id name to network. - DO NOTHING. - nw_delnm -- Deletes user id name from network. - DO NOTHING. - nw_call -- Calls a user id to establish communication session. - SYS V: - CREATE THE TOKEN FILE, AND MAKE SURE THAT THE LOCK - MANAGER'S EXISTS. - CREATE AND SET VALUE OF SEMAPHORE. - CREATE AN INCOMING MESSAGE QUEUE. - BSD: - MAKE SURE THAT THE LOCK MANAGER EXISTS. - OPEN A BIDIRECTIONAL COMMUNICATION SOCKET TO IT. - SEND FIRST MESSAGE TO LOCK MANAGER. MESSAGE WILL INCLUDE - DBUSERID (RECEIVED BY nw_addnm()), AND PROCESS ID. - nw_hangup -- Disconnects session. - SYS V: - REMOVE THE TOKEN FILE. - DELETE THE SEMAPHORE. - DELETE THE INCOMING MESSAGE QUEUE. - BSD: - CLOSE THE SOCKET. - nw_send -- Sends message to specific user. - SEND THE MESSAGE, AS IS, TO LOCK MANAGER. - nw_rcvmsg -- Receives message from specific user. - RECEIVE THE MESSAGE, AS IS, FROM LOCK MANAGER. - -------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 310 10-Aug-88 RSC Cleanup function prototype (put MESSAGE in dbtype.h) - 368 25-Aug-88 RSC Fix BSD integration - 423 08-Sep-88 RSC Change for compatibility with Multi-tasking - 423 10-Sep-88 RSC Change dbpush to use new calling convention - 08-Feb-90 WLW In nw_hangup, unlink file after deleting queue (SYSV) -*/ - -#include -#include -#include "vista.h" -#include "dbtype.h" -#include -#include -#include -#include - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin netunix.c */ diff --git a/cde/lib/DtSearch/raima/recstat.c b/cde/lib/DtSearch/raima/recstat.c deleted file mode 100644 index f728d25f..00000000 --- a/cde/lib/DtSearch/raima/recstat.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: recstat.c /main/2 1996/05/09 04:15:50 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_recstat - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - recstat.c -- db_VISTA record timestamp status check module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin recstat.c */ diff --git a/cde/lib/DtSearch/raima/stscm.c b/cde/lib/DtSearch/raima/stscm.c deleted file mode 100644 index 69939426..00000000 --- a/cde/lib/DtSearch/raima/stscm.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: stscm.c /main/2 1996/05/09 04:19:24 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_stscm - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - stscm.c -- db_VISTA current member timestamp set module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin stscm.c */ diff --git a/cde/lib/DtSearch/raima/stsco.c b/cde/lib/DtSearch/raima/stsco.c deleted file mode 100644 index 36837a8b..00000000 --- a/cde/lib/DtSearch/raima/stsco.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: stsco.c /main/2 1996/05/09 04:19:40 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_stsco - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - stsco.c -- db_VISTA current owner timestamp set module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin stsco.c */ diff --git a/cde/lib/DtSearch/raima/stscr.c b/cde/lib/DtSearch/raima/stscr.c deleted file mode 100644 index 669841c4..00000000 --- a/cde/lib/DtSearch/raima/stscr.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: stscr.c /main/2 1996/05/09 04:19:54 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_stscr - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - stscr.c -- db_VISTA current record timestamp set module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin stscr.c */ diff --git a/cde/lib/DtSearch/raima/stscs.c b/cde/lib/DtSearch/raima/stscs.c deleted file mode 100644 index a1b59f56..00000000 --- a/cde/lib/DtSearch/raima/stscs.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: stscs.c /main/2 1996/05/09 04:20:12 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_stscs - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - stscs.c -- db_VISTA set timestamp set module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin stscs.c */ diff --git a/cde/lib/DtSearch/raima/utscm.c b/cde/lib/DtSearch/raima/utscm.c deleted file mode 100644 index b0228405..00000000 --- a/cde/lib/DtSearch/raima/utscm.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: utscm.c /main/2 1996/05/09 04:20:56 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_utscm - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - utscm.c -- db_VISTA current member update timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin utscm.c */ diff --git a/cde/lib/DtSearch/raima/utsco.c b/cde/lib/DtSearch/raima/utsco.c deleted file mode 100644 index 576e0e0f..00000000 --- a/cde/lib/DtSearch/raima/utsco.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: utsco.c /main/2 1996/05/09 04:21:13 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_utsco - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - utsco.c -- db_VISTA current owner update timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin utsco.c */ diff --git a/cde/lib/DtSearch/raima/utscr.c b/cde/lib/DtSearch/raima/utscr.c deleted file mode 100644 index df0a515d..00000000 --- a/cde/lib/DtSearch/raima/utscr.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: utscr.c /main/2 1996/05/09 04:21:29 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_utscr - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - utscr.c -- db_VISTA current record update timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin utscr.c */ diff --git a/cde/lib/DtSearch/raima/utscs.c b/cde/lib/DtSearch/raima/utscs.c deleted file mode 100644 index 6542c30e..00000000 --- a/cde/lib/DtSearch/raima/utscs.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: utscs.c /main/2 1996/05/09 04:21:42 drk $ */ -/* - * COMPONENT_NAME: austext - * - * FUNCTIONS: d_utscs - * - * ORIGINS: 157 - * - * OBJECT CODE ONLY SOURCE MATERIALS - */ -/*----------------------------------------------------------------------- - utscs.c -- db_VISTA set update timestamp get module. - - (C) Copyright 1987 by Raima Corporation. ------------------------------------------------------------------------*/ - -/* ********************** EDIT HISTORY ******************************* - - SCR DATE INI DESCRIPTION ------ --------- --- ----------------------------------------------------- - 04-Aug-88 RTK MULTI_TASK changes -*/ - -#include -#include "vista.h" -#include "dbtype.h" - - -/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin utscs.c */