summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-14 18:39:43 (GMT)
committerstanton <stanton>1998-09-14 18:39:43 (GMT)
commitaada09aa918105dd70186da6252c8a92d444b580 (patch)
tree91ecabdbdcd0bf4fb6bc9397a725b55993ed4060 /unix
parentf8dab0988bd8bcd72a79a9335424a2a44c7afd0f (diff)
downloadtcl-aada09aa918105dd70186da6252c8a92d444b580.zip
tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.gz
tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.bz2
Replaced SCCS strings, fixed binary filescore_8_0_3
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
-rw-r--r--unix/README2
-rw-r--r--unix/configure.in2
-rw-r--r--unix/dltest/Makefile.in2
-rw-r--r--unix/dltest/README2
-rw-r--r--unix/dltest/configure.in2
-rw-r--r--unix/dltest/pkga.c2
-rw-r--r--unix/dltest/pkgb.c2
-rw-r--r--unix/dltest/pkgc.c2
-rw-r--r--unix/dltest/pkgd.c2
-rw-r--r--unix/dltest/pkge.c2
-rw-r--r--unix/dltest/pkgf.c2
-rwxr-xr-xunix/ldAix2
-rw-r--r--unix/porting.notes2
-rw-r--r--unix/porting.old2
-rw-r--r--unix/tclAppInit.c2
-rw-r--r--unix/tclConfig.sh.in2
-rw-r--r--unix/tclLoadAix.c2
-rw-r--r--unix/tclLoadAout.c2
-rw-r--r--unix/tclLoadDl.c2
-rw-r--r--unix/tclLoadDld.c2
-rw-r--r--unix/tclLoadNext.c2
-rw-r--r--unix/tclLoadOSF.c2
-rw-r--r--unix/tclLoadShl.c2
-rw-r--r--unix/tclMtherr.c2
-rw-r--r--unix/tclUnixChan.c2
-rw-r--r--unix/tclUnixEvent.c2
-rw-r--r--unix/tclUnixFCmd.c2
-rw-r--r--unix/tclUnixFile.c2
-rw-r--r--unix/tclUnixInit.c2
-rw-r--r--unix/tclUnixNotfy.c2
-rw-r--r--unix/tclUnixPipe.c2
-rw-r--r--unix/tclUnixPort.h2
-rw-r--r--unix/tclUnixSock.c2
-rw-r--r--unix/tclUnixTest.c2
-rw-r--r--unix/tclUnixTime.c2
-rw-r--r--unix/tclXtNotify.c2
-rw-r--r--unix/tclXtTest.c2
38 files changed, 39 insertions, 39 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3d76d60..ab20c04 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# SCCS: @(#) Makefile.in 1.190 97/11/05 10:57:38
+# RCS: @(#) $Id: Makefile.in,v 1.10 1998/09/14 18:40:15 stanton Exp $
# Current Tcl version; used in various names.
@@ -401,7 +401,7 @@ topDirName:
gendate:
yacc -l $(GENERIC_DIR)/tclGetDate.y
sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \
- -e 's/SCCSID/%Z\% %M\% %I\% %E\% %U\%/g' \
+ -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.10 1998/09/14 18:40:15 stanton Exp $'
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
<y.tab.c >$(GENERIC_DIR)/tclDate.c
diff --git a/unix/README b/unix/README
index 96c79c1..dd7544b 100644
--- a/unix/README
+++ b/unix/README
@@ -12,7 +12,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-SCCS: @(#) README 1.15 96/12/19 14:02:23
+RCS: @(#) $Id: README,v 1.2 1998/09/14 18:40:15 stanton Exp $
How To Compile And Install Tcl:
-------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index ec78d5c..86d189b 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# SCCS: %Z% $Id: configure.in,v 1.18 1998/08/12 17:29:39 welch Exp $
+# RCS: @(#) $Id: configure.in,v 1.19 1998/09/14 18:40:15 stanton Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
diff --git a/unix/dltest/Makefile.in b/unix/dltest/Makefile.in
index 2197b4b..de456ff 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -1,7 +1,7 @@
# This Makefile is used to create several test cases for Tcl's load
# command. It also illustrates how to take advantage of configuration
# exported by Tcl to set up Makefiles for shared libraries.
-# SCCS: @(#) Makefile.in 1.12 97/02/22 14:13:54
+# RCS: @(#) $Id: Makefile.in,v 1.2 1998/09/14 18:40:18 stanton Exp $
CC = @CC@
LIBS = @TCL_BUILD_LIB_SPEC@ @TCL_LIBS@ -lc
diff --git a/unix/dltest/README b/unix/dltest/README
index f4e54d4..7ba3f9f 100644
--- a/unix/dltest/README
+++ b/unix/dltest/README
@@ -9,4 +9,4 @@ Tcl before configuring here, since information learned during Tcl's
configure is needed here. Then type "make" to create the shared
libraries.
-sccsid: @(#) README 1.2 95/08/22 08:13:23
+RCS: @(#) $Id: README,v 1.2 1998/09/14 18:40:18 stanton Exp $
diff --git a/unix/dltest/configure.in b/unix/dltest/configure.in
index 29924e9..473b4dc 100644
--- a/unix/dltest/configure.in
+++ b/unix/dltest/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(pkga.c)
-# SCCS: @(#) configure.in 1.9 96/04/15 09:50:20
+# RCS: @(#) $Id: configure.in,v 1.2 1998/09/14 18:40:18 stanton Exp $
# Recover information that Tcl computed with its configure script.
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c
index ab48522..7faeebf 100644
--- a/unix/dltest/pkga.c
+++ b/unix/dltest/pkga.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkga.c 1.4 96/02/15 12:30:35
+ * RCS: @(#) $Id: pkga.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgb.c b/unix/dltest/pkgb.c
index 1da9575..3f67c3d 100644
--- a/unix/dltest/pkgb.c
+++ b/unix/dltest/pkgb.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgb.c 1.4 96/02/15 12:30:34
+ * RCS: @(#) $Id: pkgb.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgc.c b/unix/dltest/pkgc.c
index c35189a..33a5b43 100644
--- a/unix/dltest/pkgc.c
+++ b/unix/dltest/pkgc.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgc.c 1.4 96/02/15 12:30:35
+ * RCS: @(#) $Id: pkgc.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgd.c b/unix/dltest/pkgd.c
index 56821cc..6d0152b 100644
--- a/unix/dltest/pkgd.c
+++ b/unix/dltest/pkgd.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgd.c 1.4 96/02/15 12:30:32
+ * RCS: @(#) $Id: pkgd.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c
index 1d585ca..aa8cca0 100644
--- a/unix/dltest/pkge.c
+++ b/unix/dltest/pkge.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkge.c 1.5 96/03/07 09:34:27
+ * RCS: @(#) $Id: pkge.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/dltest/pkgf.c b/unix/dltest/pkgf.c
index d7c641a..e2a0653 100644
--- a/unix/dltest/pkgf.c
+++ b/unix/dltest/pkgf.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) pkgf.c 1.2 96/02/15 12:30:32
+ * RCS: @(#) $Id: pkgf.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/ldAix b/unix/ldAix
index 4da2b20..d61ab2a 100755
--- a/unix/ldAix
+++ b/unix/ldAix
@@ -10,7 +10,7 @@
# symbols exported by those files, and then invokes "ldCmd" to
# perform the real link.
#
-# SCCS: @(#) ldAix 1.8 97/02/21 14:50:27
+# RCS: @(#) $Id: ldAix,v 1.2 1998/09/14 18:40:16 stanton Exp $
# Extract from the arguments the names of all of the object files.
diff --git a/unix/porting.notes b/unix/porting.notes
index 2d0a403..f04e5ca 100644
--- a/unix/porting.notes
+++ b/unix/porting.notes
@@ -26,7 +26,7 @@ and Tk to compile. You can also add new entries to that database
when you install Tcl and Tk on a new platform. The Web database is
likely to be more up-to-date than this file.
-sccsid = SCCS: @(#) porting.notes 1.20 97/11/03 09:43:40
+sccsid = RCS: @(#) $Id: porting.notes,v 1.2 1998/09/14 18:40:16 stanton Exp $
--------------------------------------------
Solaris, various versions
diff --git a/unix/porting.old b/unix/porting.old
index e312de0..d56c593 100644
--- a/unix/porting.old
+++ b/unix/porting.old
@@ -13,7 +13,7 @@ some cases, a person has volunteered to act as a contact point for
questions about porting Tcl to a particular machine; in these
cases the person's name and e-mail address are listed.
-sccsid = SCCS: @(#) porting.old 1.3 96/02/16 08:56:07
+sccsid = RCS: @(#) $Id: porting.old,v 1.2 1998/09/14 18:40:16 stanton Exp $
---------------------------------------------
Cray machines running UNICOS:
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index fafa31e..e8b2c13 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclAppInit.c 1.20 97/03/24 14:29:43
+ * RCS: @(#) $Id: tclAppInit.c,v 1.2 1998/09/14 18:40:16 stanton Exp $
*/
#ifdef TCL_XT_TEST
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index d895177..0a7a1f6 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -9,7 +9,7 @@
#
# The information in this file is specific to a single platform.
#
-# SCCS: %Z% $Id: tclConfig.sh.in,v 1.6 1998/07/29 17:41:12 welch Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.7 1998/09/14 18:40:16 stanton Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
diff --git a/unix/tclLoadAix.c b/unix/tclLoadAix.c
index edf33d6..73bf5c5 100644
--- a/unix/tclLoadAix.c
+++ b/unix/tclLoadAix.c
@@ -17,7 +17,7 @@
* for any results of using the software, alterations are clearly marked
* as such, and this notice is not modified.
*
- * SCCS: @(#) tclLoadAix.c 1.11 96/10/07 10:41:24
+ * RCS: @(#) $Id: tclLoadAix.c,v 1.2 1998/09/14 18:40:16 stanton Exp $
*
* Note: this file has been altered from the original in a few
* ways in order to work properly with Tcl.
diff --git a/unix/tclLoadAout.c b/unix/tclLoadAout.c
index ade7161..d0a7700 100644
--- a/unix/tclLoadAout.c
+++ b/unix/tclLoadAout.c
@@ -14,7 +14,7 @@
* and Design Engineering (MADE) Initiative through ARPA contract
* F33615-94-C-4400.
*
- * SCCS: @(#) tclLoadAout.c 1.9 97/02/22 14:05:01
+ * RCS: @(#) $Id: tclLoadAout.c,v 1.2 1998/09/14 18:40:16 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 2619bfd..159d388 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclLoadDl.c 1.8 96/12/03 16:57:00
+ * RCS: @(#) $Id: tclLoadDl.c,v 1.2 1998/09/14 18:40:16 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclLoadDld.c b/unix/tclLoadDld.c
index 0ef994a..4b3ed36 100644
--- a/unix/tclLoadDld.c
+++ b/unix/tclLoadDld.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclLoadDld.c 1.5 97/05/14 13:24:22
+ * RCS: @(#) $Id: tclLoadDld.c,v 1.2 1998/09/14 18:40:16 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c
index ed4b823..ade9739 100644
--- a/unix/tclLoadNext.c
+++ b/unix/tclLoadNext.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclLoadNext.c 1.4 96/02/15 11:58:55
+ * RCS: @(#) $Id: tclLoadNext.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclLoadOSF.c b/unix/tclLoadOSF.c
index ca8c8fc..ebb06f0 100644
--- a/unix/tclLoadOSF.c
+++ b/unix/tclLoadOSF.c
@@ -31,7 +31,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclLoadOSF.c 1.2 96/02/15 11:58:40
+ * RCS: @(#) $Id: tclLoadOSF.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c
index 2f290ab..ee6e419 100644
--- a/unix/tclLoadShl.c
+++ b/unix/tclLoadShl.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclLoadShl.c 1.5 96/03/15 15:01:44
+ * RCS: @(#) $Id: tclLoadShl.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include <dl.h>
diff --git a/unix/tclMtherr.c b/unix/tclMtherr.c
index 24b815d..96051bf 100644
--- a/unix/tclMtherr.c
+++ b/unix/tclMtherr.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclMtherr.c 1.12 96/06/22 16:36:57
+ * RCS: @(#) $Id: tclMtherr.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 28e62e5..5da3024 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixChan.c 1.207 97/11/04 14:45:29
+ * RCS: @(#) $Id: tclUnixChan.c,v 1.7 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h" /* Internal definitions for Tcl. */
diff --git a/unix/tclUnixEvent.c b/unix/tclUnixEvent.c
index 24841ca..e99e899 100644
--- a/unix/tclUnixEvent.c
+++ b/unix/tclUnixEvent.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixEvent.c 1.1 97/03/04 14:19:34
+ * RCS: @(#) $Id: tclUnixEvent.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c
index 38cd958..14529d8 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixFCmd.c 1.31 97/10/13 16:51:14
+ * RCS: @(#) $Id: tclUnixFCmd.c,v 1.3 1998/09/14 18:40:17 stanton Exp $
*
* Portions of this code were derived from NetBSD source code which has
* the following copyright notice:
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c
index 86f3d33..f554e68 100644
--- a/unix/tclUnixFile.c
+++ b/unix/tclUnixFile.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixFile.c 1.48 97/07/07 16:38:11
+ * RCS: @(#) $Id: tclUnixFile.c,v 1.4 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 05a0265..ded700b 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixInit.c 1.26 97/08/05 20:09:25
+ * RCS: @(#) $Id: tclUnixInit.c,v 1.11 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 1a86680..5e8cdb9 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixNotfy.c 1.44 97/11/05 13:02:20
+ * RCS: @(#) $Id: tclUnixNotfy.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index 83aa4e8..871830c 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixPipe.c 1.37 97/10/31 17:23:37
+ * RCS: @(#) $Id: tclUnixPipe.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index f99910f..43275a7 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -19,7 +19,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixPort.h 1.49 97/07/30 14:11:59
+ * RCS: @(#) $Id: tclUnixPort.h,v 1.7 1998/09/14 18:40:17 stanton Exp $
*/
#ifndef _TCLUNIXPORT
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index c532993..7a479b2 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixSock.c 1.9 97/10/09 18:24:49
+ * RCS: @(#) $Id: tclUnixSock.c,v 1.2 1998/09/14 18:40:17 stanton Exp $
*/
#include "tcl.h"
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index 655afc4..564b368 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixTest.c 1.5 97/10/31 17:23:42
+ * RCS: @(#) $Id: tclUnixTest.c,v 1.8 1998/09/14 18:40:18 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index ba8d984..b330d84 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixTime.c 1.13 97/10/31 15:04:58
+ * RCS: @(#) $Id: tclUnixTime.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include "tclInt.h"
diff --git a/unix/tclXtNotify.c b/unix/tclXtNotify.c
index 1082786..eebb50a 100644
--- a/unix/tclXtNotify.c
+++ b/unix/tclXtNotify.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclXtNotify.c 1.10 97/09/15 13:24:21
+ * RCS: @(#) $Id: tclXtNotify.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include <X11/Intrinsic.h>
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c
index 1479412..77c3a17 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclXtTest.c 1.2 97/09/15 15:26:52
+ * RCS: @(#) $Id: tclXtTest.c,v 1.2 1998/09/14 18:40:18 stanton Exp $
*/
#include <X11/Intrinsic.h>